Word.Interfaces.StyleCollectionLoadOptions interface
Contains a collection of Word.Style objects.
Remarks
Properties
| $all | Specifying |
| base |
For EACH ITEM in the collection: Specifies the name of an existing style to use as the base formatting of another style. |
| built |
For EACH ITEM in the collection: Gets whether the style is a built-in style. |
| font | For EACH ITEM in the collection: Gets a |
| in |
For EACH ITEM in the collection: Gets whether the style is a built-in style that has been modified or applied in the document or a new style that has been created in the document. |
| linked | For EACH ITEM in the collection: Gets whether the style is a linked style that can be used for both paragraph and character formatting. |
| name |
For EACH ITEM in the collection: Gets the name of the style in the language of the user. |
| next |
For EACH ITEM in the collection: Specifies the name of the style to be applied automatically to a new paragraph that is inserted after a paragraph formatted with the style. |
| paragraph |
For EACH ITEM in the collection: Gets a |
| priority | For EACH ITEM in the collection: Specifies the priority. |
| quick |
For EACH ITEM in the collection: Specifies whether the style corresponds to an available quick style. |
| shading | For EACH ITEM in the collection: Gets a |
| table |
For EACH ITEM in the collection: Gets a |
| type | For EACH ITEM in the collection: Gets the style type. |
| unhide |
For EACH ITEM in the collection: Specifies whether the style is made visible as a recommended style in the Styles gallery and in the Styles task pane in Microsoft Word after it's used in the document. |
| visibility | For EACH ITEM in the collection: Specifies whether the style is visible as a recommended style in the Styles gallery and in the Styles task pane. |
Property Details
$all
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).
$all?: boolean;
Property Value
boolean
baseStyle
For EACH ITEM in the collection: Specifies the name of an existing style to use as the base formatting of another style.
baseStyle?: boolean;
Property Value
boolean
Remarks
Note: The ability to set baseStyle was introduced in WordApi 1.6.
builtIn
For EACH ITEM in the collection: Gets whether the style is a built-in style.
builtIn?: boolean;
Property Value
boolean
Remarks
font
For EACH ITEM in the collection: Gets a Font object that represents the character formatting of the style.
font?: Word.Interfaces.FontLoadOptions;
Property Value
Remarks
inUse
For EACH ITEM in the collection: Gets whether the style is a built-in style that has been modified or applied in the document or a new style that has been created in the document.
inUse?: boolean;
Property Value
boolean
Remarks
linked
For EACH ITEM in the collection: Gets whether the style is a linked style that can be used for both paragraph and character formatting.
linked?: boolean;
Property Value
boolean
Remarks
nameLocal
For EACH ITEM in the collection: Gets the name of the style in the language of the user.
nameLocal?: boolean;
Property Value
boolean
Remarks
nextParagraphStyle
For EACH ITEM in the collection: Specifies the name of the style to be applied automatically to a new paragraph that is inserted after a paragraph formatted with the style.
nextParagraphStyle?: boolean;
Property Value
boolean
Remarks
Note: The ability to set nextParagraphStyle was introduced in WordApi 1.6.
paragraphFormat
For EACH ITEM in the collection: Gets a ParagraphFormat object that represents the paragraph settings for the style.
paragraphFormat?: Word.Interfaces.ParagraphFormatLoadOptions;
Property Value
Remarks
priority
For EACH ITEM in the collection: Specifies the priority.
priority?: boolean;
Property Value
boolean
Remarks
quickStyle
For EACH ITEM in the collection: Specifies whether the style corresponds to an available quick style.
quickStyle?: boolean;
Property Value
boolean
Remarks
shading
For EACH ITEM in the collection: Gets a Shading object that represents the shading for the style. Not applicable to a style of List type.
shading?: Word.Interfaces.ShadingLoadOptions;
Property Value
Remarks
tableStyle
For EACH ITEM in the collection: Gets a TableStyle object representing style properties that can be applied to a table.
tableStyle?: Word.Interfaces.TableStyleLoadOptions;
Property Value
Remarks
type
For EACH ITEM in the collection: Gets the style type.
type?: boolean;
Property Value
boolean
Remarks
unhideWhenUsed
For EACH ITEM in the collection: Specifies whether the style is made visible as a recommended style in the Styles gallery and in the Styles task pane in Microsoft Word after it's used in the document.
unhideWhenUsed?: boolean;
Property Value
boolean
Remarks
visibility
For EACH ITEM in the collection: Specifies whether the style is visible as a recommended style in the Styles gallery and in the Styles task pane.
visibility?: boolean;
Property Value
boolean