소스 검색

Patch provided by SebastianDotNet

Added numbers in UnderlineStyle to the original word automation model enum numbers(WdUnderline).
master
MadBoy_cp 10 년 전
부모
커밋
b5c6005cd6
1개의 변경된 파일18개의 추가작업 그리고 18개의 파일을 삭제
  1. 18
    18
      DocX/_Enumerations.cs

+ 18
- 18
DocX/_Enumerations.cs 파일 보기

public enum UnderlineStyle public enum UnderlineStyle
{ {
none,
singleLine,
doubleLine,
thick,
dotted,
dottedHeavy,
dash,
dashedHeavy,
dashLong,
dashLongHeavy,
dotDash,
dashDotHeavy,
dotDotDash,
dashDotDotHeavy,
wave,
wavyHeavy,
wavyDouble,
words
none = 0,
singleLine = 1,
words = 2,
doubleLine = 3,
dotted = 4,
thick = 6,
dash = 7,
dotDash = 9,
dotDotDash = 10,
wave = 11,
dottedHeavy = 20,
dashedHeavy = 23,
dashDotHeavy = 25,
dashDotDotHeavy = 26,
dashLongHeavy = 27,
dashLong = 39,
wavyDouble = 43,
wavyHeavy = 55,
}; };
public enum StrikeThrough public enum StrikeThrough

Loading…
취소
저장