DocumentBuilder Properties

The DocumentBuilder type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleBold
True if the font is formatted as bold.
Public propertyCode exampleCellFormat
Returns an object that represents current table cell formatting properties.
Public propertyCode exampleCurrentNode
Gets the node that is currently selected in this DocumentBuilder.
Public propertyCode exampleCurrentParagraph
Gets the paragraph that is currently selected in this DocumentBuilder.
Public propertyCode exampleCurrentSection
Gets the section that is currently selected in this DocumentBuilder.
Public propertyCode exampleCurrentStory
Gets the story that is currently selected in this DocumentBuilder.
Public propertyCode exampleDocument
Gets or sets the Document object that this object is attached to.
Public propertyCode exampleFont
Returns an object that represents current font formatting properties.
Public propertyCode exampleIsAtEndOfParagraph
Returns true if the cursor is at the end of the current paragraph.
Public propertyCode exampleIsAtStartOfParagraph
Returns true if the cursor is at the beginning of the current paragraph (no text before the cursor).
Public propertyCode exampleItalic
True if the font is formatted as italic.
Public propertyCode exampleListFormat
Returns an object that represents current list formatting properties.
Public propertyCode examplePageSetup
Returns an object that represents current page setup and section properties.
Public propertyCode exampleParagraphFormat
Returns an object that represents current paragraph formatting properties.
Public propertyCode exampleRowFormat
Returns an object that represents current table row formatting properties.
Public propertyCode exampleUnderline
Gets/sets underline type for the current font.
See Also