-
Notifications
You must be signed in to change notification settings - Fork 66
/
word.interfaces.paragraphformatloadoptions.yml
201 lines (201 loc) · 7.69 KB
/
word.interfaces.paragraphformatloadoptions.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
### YamlMime:TSType
name: Word.Interfaces.ParagraphFormatLoadOptions
uid: 'word!Word.Interfaces.ParagraphFormatLoadOptions:interface'
package: word!
fullName: Word.Interfaces.ParagraphFormatLoadOptions
summary: Represents a style of paragraph in a document.
remarks: '\[ [API set: WordApi 1.5](/javascript/api/requirement-sets/word/word-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
type: interface
properties:
- name: $all
uid: 'word!Word.Interfaces.ParagraphFormatLoadOptions#$all:member'
package: word!
fullName: $all
summary: >-
Specifying `$all` for the load options loads all the scalar properties (such as `Range.address`<!-- -->) but not
the navigational properties (such as `Range.format.fill.color`<!-- -->).
remarks: ''
isPreview: false
isDeprecated: false
syntax:
content: '$all?: boolean;'
return:
type: boolean
- name: alignment
uid: 'word!Word.Interfaces.ParagraphFormatLoadOptions#alignment:member'
package: word!
fullName: alignment
summary: Specifies the alignment for the specified paragraphs.
remarks: '\[ [API set: WordApi 1.5](/javascript/api/requirement-sets/word/word-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'alignment?: boolean;'
return:
type: boolean
- name: firstLineIndent
uid: 'word!Word.Interfaces.ParagraphFormatLoadOptions#firstLineIndent:member'
package: word!
fullName: firstLineIndent
summary: >-
Specifies the value (in points) for a first line or hanging indent. Use a positive value to set a first-line
indent, and use a negative value to set a hanging indent.
remarks: '\[ [API set: WordApi 1.5](/javascript/api/requirement-sets/word/word-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'firstLineIndent?: boolean;'
return:
type: boolean
- name: keepTogether
uid: 'word!Word.Interfaces.ParagraphFormatLoadOptions#keepTogether:member'
package: word!
fullName: keepTogether
summary: >-
Specifies whether all lines in the specified paragraphs remain on the same page when Microsoft Word repaginates
the document.
remarks: '\[ [API set: WordApi 1.5](/javascript/api/requirement-sets/word/word-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'keepTogether?: boolean;'
return:
type: boolean
- name: keepWithNext
uid: 'word!Word.Interfaces.ParagraphFormatLoadOptions#keepWithNext:member'
package: word!
fullName: keepWithNext
summary: >-
Specifies whether the specified paragraph remains on the same page as the paragraph that follows it when Microsoft
Word repaginates the document.
remarks: '\[ [API set: WordApi 1.5](/javascript/api/requirement-sets/word/word-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'keepWithNext?: boolean;'
return:
type: boolean
- name: leftIndent
uid: 'word!Word.Interfaces.ParagraphFormatLoadOptions#leftIndent:member'
package: word!
fullName: leftIndent
summary: Specifies the left indent.
remarks: '\[ [API set: WordApi 1.5](/javascript/api/requirement-sets/word/word-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'leftIndent?: boolean;'
return:
type: boolean
- name: lineSpacing
uid: 'word!Word.Interfaces.ParagraphFormatLoadOptions#lineSpacing:member'
package: word!
fullName: lineSpacing
summary: Specifies the line spacing (in points) for the specified paragraphs.
remarks: '\[ [API set: WordApi 1.5](/javascript/api/requirement-sets/word/word-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'lineSpacing?: boolean;'
return:
type: boolean
- name: lineUnitAfter
uid: 'word!Word.Interfaces.ParagraphFormatLoadOptions#lineUnitAfter:member'
package: word!
fullName: lineUnitAfter
summary: Specifies the amount of spacing (in gridlines) after the specified paragraphs.
remarks: '\[ [API set: WordApi 1.5](/javascript/api/requirement-sets/word/word-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'lineUnitAfter?: boolean;'
return:
type: boolean
- name: lineUnitBefore
uid: 'word!Word.Interfaces.ParagraphFormatLoadOptions#lineUnitBefore:member'
package: word!
fullName: lineUnitBefore
summary: Specifies the amount of spacing (in gridlines) before the specified paragraphs.
remarks: '\[ [API set: WordApi 1.5](/javascript/api/requirement-sets/word/word-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'lineUnitBefore?: boolean;'
return:
type: boolean
- name: mirrorIndents
uid: 'word!Word.Interfaces.ParagraphFormatLoadOptions#mirrorIndents:member'
package: word!
fullName: mirrorIndents
summary: Specifies whether left and right indents are the same width.
remarks: '\[ [API set: WordApi 1.5](/javascript/api/requirement-sets/word/word-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'mirrorIndents?: boolean;'
return:
type: boolean
- name: outlineLevel
uid: 'word!Word.Interfaces.ParagraphFormatLoadOptions#outlineLevel:member'
package: word!
fullName: outlineLevel
summary: Specifies the outline level for the specified paragraphs.
remarks: '\[ [API set: WordApi 1.5](/javascript/api/requirement-sets/word/word-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'outlineLevel?: boolean;'
return:
type: boolean
- name: rightIndent
uid: 'word!Word.Interfaces.ParagraphFormatLoadOptions#rightIndent:member'
package: word!
fullName: rightIndent
summary: Specifies the right indent (in points) for the specified paragraphs.
remarks: '\[ [API set: WordApi 1.5](/javascript/api/requirement-sets/word/word-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'rightIndent?: boolean;'
return:
type: boolean
- name: spaceAfter
uid: 'word!Word.Interfaces.ParagraphFormatLoadOptions#spaceAfter:member'
package: word!
fullName: spaceAfter
summary: Specifies the amount of spacing (in points) after the specified paragraph or text column.
remarks: '\[ [API set: WordApi 1.5](/javascript/api/requirement-sets/word/word-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'spaceAfter?: boolean;'
return:
type: boolean
- name: spaceBefore
uid: 'word!Word.Interfaces.ParagraphFormatLoadOptions#spaceBefore:member'
package: word!
fullName: spaceBefore
summary: Specifies the spacing (in points) before the specified paragraphs.
remarks: '\[ [API set: WordApi 1.5](/javascript/api/requirement-sets/word/word-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'spaceBefore?: boolean;'
return:
type: boolean
- name: widowControl
uid: 'word!Word.Interfaces.ParagraphFormatLoadOptions#widowControl:member'
package: word!
fullName: widowControl
summary: >-
Specifies whether the first and last lines in the specified paragraph remain on the same page as the rest of the
paragraph when Microsoft Word repaginates the document.
remarks: '\[ [API set: WordApi 1.5](/javascript/api/requirement-sets/word/word-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'widowControl?: boolean;'
return:
type: boolean