Edit

Share via


Word.TwoLinesInOneType enum

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Specifies the two lines in one type.

Remarks

[ API set: WordApi BETA (PREVIEW ONLY) ]

Fields

angleBrackets = "AngleBrackets"

Two lines in one with angle brackets.

curlyBrackets = "CurlyBrackets"

Two lines in one with curly brackets.

noBrackets = "NoBrackets"

Two lines in one without brackets.

none = "None"

No two lines in one.

parentheses = "Parentheses"

Two lines in one with parentheses.

squareBrackets = "SquareBrackets"

Two lines in one with square brackets.