The following constants are used by the functions for managing the Word Processing control:
| | |
Constant | Details | Function |
---|
alignBaseline | The text is positioned on the base line. | docParagraph type, docElementText type, docFragment type, docNumberingLevel type |
alignSubscript | The text is positioned in subscript. | docParagraph type, docElementText type, docFragment type, docNumberingLevel type |
alignSuperscript | The text is positioned in superscript. | docParagraph type, docElementText type, docFragment type, docNumberingLevel type |
docBody | Text section to edit: Body of current page. | DocGoIntoEdit |
Versions 24 and laterdocColumnBreak New in version 24docColumnBreak docColumnBreak | Allows you to insert a column break. | DocAdd, DocInsert |
docFooter | Text section to edit: Footer of current page. | DocGoIntoEdit |
docHeader | Text section to edit: Header of current page. | DocGoIntoEdit |
docHeightModeAtLeast | Height of table row: the row height will be at least equal to the one defined by ..Height of table row. | docTable type |
docHeightModeAutomatic | Height of table row: the row height is automatically calculated according to the text found in the row cells. | docTable type |
docHeightModeExact | Height of table row: The row height will be equal to the one defined by ..Height of table row. | docTable type |
docHeightModeUndefined | Height of table row: the mode for calculating the row height is not defined. | docTable type |
docLandscape | Orientation of section: all pages found in the section are in Landscape mode. | docSection type |
Versions 24 and laterdocLineBreak New in version 24docLineBreak docLineBreak | Allows you to insert a line break. | DocAdd, DocInsert |
Versions 24 and laterdocMulticolumnIdentical New in version 24docMulticolumnIdentical docMulticolumnIdentical | Multicolumn management: Each column has the same width. | docFormatMulticolumn type |
Versions 24 and laterdocMulticolumnNone New in version 24docMulticolumnNone docMulticolumnNone | No multicolumn management. | docFormatMulticolumn type |
Versions 24 and laterdocMulticolumnVariable New in version 24docMulticolumnVariable docMulticolumnVariable | Multicolumn management: Each column has a variable width. | docFormatMulticolumn type |
Versions 24 and laterdocPageBreak New in version 24docPageBreak docPageBreak | Allows you to insert a page break. | DocAdd, DocInsert |
Versions 24 and laterdocParagraphBreak New in version 24docParagraphBreak docParagraphBreak | Allows you to insert a paragraph break. | DocAdd, DocInsert |
docPortrait | Orientation of section: all pages found in the section are in Portrait mode. | docSection type |
docstyleCharacter | Type of style: Character style | Document type |
docstyleNumbering | Type of style: Numbering style | Document type |
docstyleParagraph | Type of style: Paragraph style | Document type |
docstyleTable | Type of style: Style of table | Document type |
Versions 25 and laterdocTabulationCharacterDot New in version 25docTabulationCharacterDot docTabulationCharacterDot | Fill character for the space before the tabulation: Dot. | docTabulation type |
Versions 25 and laterdocTabulationCharacterHyphen New in version 25docTabulationCharacterHyphen docTabulationCharacterHyphen | Fill character for the space before the tabulation: Hyphen. | docTabulation type |
Versions 25 and laterdocTabulationCharacterMiddleDot New in version 25docTabulationCharacterMiddleDot docTabulationCharacterMiddleDot | Fill character for the space before the tabulation: Centered dot. | docTabulation type |
Versions 25 and laterdocTabulationCharacterNone New in version 25docTabulationCharacterNone docTabulationCharacterNone | Fill character for the space before the tabulation: Empty character (no fill character). | docTabulation type |
Versions 25 and laterdocTabulationCharacterUnderscore New in version 25docTabulationCharacterUnderscore docTabulationCharacterUnderscore | Fill character for the space before the tabulation: Underlined. | docTabulation type |
Versions 23 and laterdocWidthModeAutomatic New in version 23docWidthModeAutomatic docWidthModeAutomatic | Width of table column: The column width is automatically calculated according to the text found in the current column and to the one found in the other columns. | docTable type |
Versions 23 and laterdocWidthModeNone New in version 23docWidthModeNone docWidthModeNone | Width of table column: special case. | docTable type |
Versions 23 and laterdocWidthModePercent New in version 23docWidthModePercent docWidthModePercent | Width of table column: The mode for calculating the column width is performed in percentage of total table width. | docTable type |
Versions 23 and laterdocWidthModeUndefined New in version 23docWidthModeUndefined docWidthModeUndefined | Width of table column: The mode for calculating the column width is not defined because column cells have different widths. | docTable type |
Versions 23 and laterdocWidthModeValue New in version 23docWidthModeValue docWidthModeValue | Width of table column: The mode for calculating the width of columns is performed according to a width supplied in millimeters. | docTable type |
docWrappingAlignedOnText | Type of wrapping: the image (or the text area) is inserted into the line and its is linked to the text location where it was inserted. It is processed like any character. It moves with the text. | docElementImage type, docElementTextArea type |
docWrappingBeforeTheText | Type of wrapping: Used to display the image or the text area above the text. | docElementImage type, docElementTextArea type |
docWrappingBehindTheText | Type of wrapping: Used to display the image or the text area in watermark behind the text. | docElementImage type, docElementTextArea type |
docWrappingFramed | Type of wrapping: Wraps the text around the border of image or text area (recommended for a square image). | docElementImage type, docElementTextArea type |
docWrappingNear | Type of wrapping: Wraps the image (or the text area) according to its outlines (recommended for a round image or for an image with an irregular shape). | docElementImage type, docElementTextArea type |
docWrappingThrough | Type of wrapping: Used to customize the wrapping. | docElementImage type, docElementTextArea type |
docWrappingTopAndBottom | Type of wrapping: The image (or the text area) remains on its line and it is located between two text sections at the top and at the bottom. | docElementImage type, docElementTextArea type |
Versions 24 and laterdocZOrderBackground New in version 24docZOrderBackground docZOrderBackground | New z-order: Sends the element to the background. | DocChangeZOrder |
Versions 24 and laterdocZOrderBackward New in version 24docZOrderBackward docZOrderBackward | New z-order: Moves the element to the lower level. | DocChangeZOrder |
Versions 24 and laterdocZOrderForward New in version 24docZOrderForward docZOrderForward | New z-order: Moves the element to the upper level. | DocChangeZOrder |
Versions 24 and laterdocZOrderFront New in version 24docZOrderFront docZOrderFront | New z-order: Brings the element to the foreground. | DocChangeZOrder |
dpBottom | Vertical position: The text is displayed at the bottom of Word Processing control. | DocPosition |
dpCenter | Vertical or horizontal position: The text is displayed in the middle of Word Processing control. | DocPosition |
dpDefault | Vertical or horizontal position: The text is displayed in the Word Processing control. | DocPosition |
dpLeft | Horizontal position: The text is displayed on the left of Word Processing control. | DocPosition |
dpRight | Horizontal position: The text is displayed on the right of Word Processing control. | DocPosition |
dpTop | Vertical position: The text is displayed at the top of Word Processing control. | DocPosition |
Versions 24 and laterdthWithCSS New in version 24dthWithCSS dthWithCSS | Applies external CSS styles: the CSS code is generated in a ".CSS" file external to the HTML page | DocToHTML |
Versions 24 and laterdthWithoutCSS New in version 24dthWithoutCSS dthWithoutCSS | Applies inline CSS styles: the CSS code is generated and integrated into the HTML code of the generated page. Each tag contains the CSS styles applied to it. | DocToHTML |
interlineExact | The line spacing corresponds to the value of ..Interline. | docParagraph type, docElementText type, docFragment type, docNumberingLevel type |
interlineMinimum | The line spacing corresponds at least to the value of ..Interline. If the default line spacing of the font used on the previous line is greater than ..Interline, the default font line spacing is used. | docParagraph type, docElementText type, docFragment type, docNumberingLevel type |
interlineMultiple | The line spacing is obtained by multiplying ..Interline by the default line spacing of the font of the previous line and dividing the result by 240. | docParagraph type, docElementText type, docFragment type, docNumberingLevel type |
numfBullet | Numbering format: Numbering in bullet format. Only the bullets represented by a font character are available. You cannot create a bullet associated with an image. | docNumberingLevel type |
numfLowercaseLetter | Numbering format: Numbering in lowercase letters: a, b, c, d, ... | docNumberingLevel type |
numfNumeric | Numbering format: Numbering in digits: 1, 2, 3, 4, ... | docNumberingLevel type |
numfNumericInLetters | Numbering format: Numbering in digits written in letters: one, two, three, four, ... | docNumberingLevel type |
numfOrdinal | Numbering format: Ordered numbering: 1st, 2nd, 3rd, etc. | docNumberingLevel type |
numfOrdinalInLetters | Numbering format: Ordered numbering in letters: first, second, third, ... | docNumberingLevel type |
numfRomanLowercase | Numbering format: Numbering in lowercase Roman digits: i, ii, iii, ... | docNumberingLevel type |
numfRomanUppercase | Numbering format: Numbering in uppercase Roman digits: I, II, III, ... | docNumberingLevel type |
numfUppercaseLetter | Numbering format: Numbering in uppercase letters: A, B, C, D, ... | docNumberingLevel type |
numsepNone | Numbering separator: none | docNumberingLevel type |
numsepSpace | Numbering separator: space | docNumberingLevel type |
numsepTabulation | Numbering separator: tabulation | docNumberingLevel type |
ssNoBreak | Type of section break: No section break. | docParagraph type |
ssSectionBreak | Type of section break: Section break to next page. | docParagraph type, docSection type |
ssSectionBreakContinuous | Type of section break: Section break on the same page. | docParagraph type, docSection type |
ssSectionBreakEvenPage | Type of section break: Section break to next even page. | docParagraph type, docSection type |
ssSectionBreakOddPage | Type of section break: Section break to next odd page. | docParagraph type, docSection type |
Versions 25 and laterstyleTOCDefault1 New in version 25styleTOCDefault1 styleTOCDefault1 | Default paragraph style for level 1 of the table of contents (Heading 1). | docTableOfContents type |
Versions 25 and laterstyleTOCDefault2 New in version 25styleTOCDefault2 styleTOCDefault2 | Default paragraph style for level 2 of the table of contents (Heading 2). | docTableOfContents type |
Versions 25 and laterstyleTOCDefault3 New in version 25styleTOCDefault3 styleTOCDefault3 | Default paragraph style for level 3 of the table of contents (Heading 3). | docTableOfContents type |
Versions 25 and laterstyleTOCDefault4 New in version 25styleTOCDefault4 styleTOCDefault4 | Default paragraph style for level 4 of the table of contents (Heading 4). | docTableOfContents type |
Versions 25 and laterstyleTOCDefault5 New in version 25styleTOCDefault5 styleTOCDefault5 | Default paragraph style for level 5 of the table of contents (Heading 5). | docTableOfContents type |
Versions 25 and laterstyleTOCDefault6 New in version 25styleTOCDefault6 styleTOCDefault6 | Default paragraph style for level 6 of the table of contents (Heading 6). | docTableOfContents type |
Versions 25 and laterstyleTOCDefault7 New in version 25styleTOCDefault7 styleTOCDefault7 | Default paragraph style for level 7 of the table of contents (Heading 7). | docTableOfContents type |
Versions 25 and laterstyleTOCDefault8 New in version 25styleTOCDefault8 styleTOCDefault8 | Default paragraph style for level 8 of the table of contents (Heading 8). | docTableOfContents type |
Versions 25 and laterstyleTOCDefault9 New in version 25styleTOCDefault9 styleTOCDefault9 | Default paragraph style for level 9 of the table of contents (Heading 9). | docTableOfContents type |
tabTypeBar | Type of tabulation: A vertical bar will be displayed for the tabulation. | docTabulation type |
tabTypeCenter | Type of tabulation: The center of text will be aligned on the tabulation. | docTabulation type |
tabTypeDecimal | Type of tabulation: The decimal separator will be aligned on the tabulation. | docTabulation type |
tabTypeLeft | Type of tabulation: The left text border will be aligned on the tabulation. | docTabulation type |
tabTypeRight | Type of tabulation: The right text border will be aligned on the tabulation. | docTabulation type |
typeDocElementCell | Type of element: Table cell | docElement type |
Versions 23 and latertypeDocElementDocument New in version 23typeDocElementDocument typeDocElementDocument | Type of element: Document | docElement type |
Versions 23 and latertypeDocElementFooter New in version 23typeDocElementFooter typeDocElementFooter | Type of element: Page footer | docElement type |
typeDocElementFormula | Type of element: Formula | docElement type |
Versions 23 and latertypeDocElementHeader New in version 23typeDocElementHeader typeDocElementHeader | Type of element: Page header | docElement type |
typeDocElementImage | Type of element: Image | docElement type |
typeDocElementLink | Type of element: Link | docElement type |
typeDocElementParagraph | Type of element: Empty paragraph | docElement type |
Versions 25 and latertypeDocElementTableOfContents New in version 25typeDocElementTableOfContents typeDocElementTableOfContents | Type of element: Table of contents | docElement type |
typeDocElementText | Type of element: Text | docElement type |
Versions 23 and latertypeDocElementTextArea New in version 23typeDocElementTextArea typeDocElementTextArea | Type of element: Text area | docElement type |
typeDocElementUnknown | Type of element: Unknown | docElement type |
typeDocLinkBookmark | Type of element: Bookmark link | docElementLink type |
typeDocLinkURL | Type of element: URL link | docElementLink type |
typeSubDocBody | Section of document to which the fragment belongs: Document body. | docFragment type |
Versions 23 and latertypeSubDocCanvas New in version 23typeSubDocCanvas typeSubDocCanvas | Section of document to which the fragment belongs: Image container | docFragment type |
typeSubDocFooterEvenPage | Section of document to which the fragment belongs: Footer of even page. | docFragment type |
typeSubDocFooterFirstPage | Section of document to which the fragment belongs: Footer of first page. | docFragment type |
typeSubDocFooterOddPage | Section of document to which the fragment belongs: Footer of odd page. | docFragment type |
typeSubDocHeaderEvenPage | Section of document to which the fragment belongs: Header of even page. | docFragment type |
typeSubDocHeaderFirstPage | Section of document to which the fragment belongs: Header of first page. | docFragment type |
typeSubDocHeaderOddPage | Section of document to which the fragment belongs: Header of odd page. | docFragment type |
Versions 23 and latertypeSubDocTextArea New in version 23typeSubDocTextArea typeSubDocTextArea | Section of document to which the fragment belongs: Text area. | docFragment type |
underlineDash | Type of underline: Underline with dashes | docParagraph type, docElementText type, docFragment type, docNumberingLevel type |
underlineDashHeavy | Type of underline: Underline with heavy dashes | docParagraph type, docElementText type, docFragment type, docNumberingLevel type |
underlineDotDash | Type of underline: Underline such as '.-' (dot dash) | docParagraph type, docElementText type, docFragment type, docNumberingLevel type |
underlineDotDashHeavy | Type of underline: Underline such as heavy '.-' (dot dash) | docParagraph type, docElementText type, docFragment type, docNumberingLevel type |
underlineDotDotDash | Type of underline: Underline such as '..-' (dot dot dash) | docParagraph type, docElementText type, docFragment type docNumberingLevel type |
underlineDotDotDashHeavy | Type of underline: Underline such as heavy '..-' (dot dot dash) | docParagraph type, docElementText type, docFragment type, docNumberingLevel type |
underlineDotted | Type of underline: Underline in dots | docParagraph type, docElementText type, docFragment type, docNumberingLevel type |
underlineDottedHeavy | Type of underline: Underline in heavy dots | docParagraph type, docElementText type, docFragment type, docNumberingLevel type |
underlineDouble | Type of underline: Double underline | docParagraph type, docElementText type, docFragment type, docNumberingLevel type |
underlineNone | Type of underline: No underline | docParagraph type, docElementText type, docFragment type, docNumberingLevel type |
underlineSingle | Type of underline: Single underline | docParagraph type, docElementText type, docFragment type, docNumberingLevel type |
underlineThick | Type of underline: Thick underline | docParagraph type, docElementText type, docFragment type, docNumberingLevel type |
underlineWords | Type of underline: Underline words only | docParagraph type, docElementText type, docFragment type, docNumberingLevel type |