DocumentBuilder Properties |
The DocumentBuilder type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Bold |
True if the font is formatted as bold.
|
![]() ![]() | CellFormat |
Returns an object that represents current table cell formatting properties.
|
![]() ![]() | CurrentNode |
Gets the node that is currently selected in this DocumentBuilder.
|
![]() ![]() | CurrentParagraph |
Gets the paragraph that is currently selected in this DocumentBuilder.
|
![]() ![]() | CurrentSection |
Gets the section that is currently selected in this DocumentBuilder.
|
![]() ![]() | CurrentStory |
Gets the story that is currently selected in this DocumentBuilder.
|
![]() ![]() | Document |
Gets or sets the Document object that this object is attached to.
|
![]() ![]() | Font |
Returns an object that represents current font formatting properties.
|
![]() ![]() | IsAtEndOfParagraph |
Returns true if the cursor is at the end of the current paragraph.
|
![]() ![]() | IsAtStartOfParagraph |
Returns true if the cursor is at the beginning of the current paragraph (no text before the cursor).
|
![]() ![]() | Italic |
True if the font is formatted as italic.
|
![]() ![]() | ListFormat |
Returns an object that represents current list formatting properties.
|
![]() ![]() | PageSetup |
Returns an object that represents current page setup and section properties.
|
![]() ![]() | ParagraphFormat |
Returns an object that represents current paragraph formatting properties.
|
![]() ![]() | RowFormat |
Returns an object that represents current table row formatting properties.
|
![]() ![]() | Underline |
Gets/sets underline type for the current font.
|