Version

Search Results

PictureOutlineStyle Enumeration

Constants which describe the style of the outlines displayed around anchored and inline pictures. Syntax Members Member Description Double The picture is outlined with double lines of equal width. None No outline is displayed around the picture. Single The picture is outlined with a single line. ThickThin The pict...

RowHeightRule Enumeration

Constants which describe the rule applied when calculating the height of a table row. Syntax Members Member Description AtLeast Specifies that the height of the row is at least the value specified, but may be expanded to fit its content as needed. Auto Specifies that the height of the row is automatically determin...

SectionHeaderFooterParts Enumeration

Constants which describe the header and footer parts that will be created in a document section when used by the AddSectionHeaderFooter method. Syntax Members Member Description All Combines the HeaderAllPages, FooterAllPages, HeaderFirstPageOnly, and FooterFirstPageOnly settings. FooterAllPages A footer which app...

SectionHeaderFooterWriterSet Class

Class which holds one or more WordHeaderFooterWriter instances for the purpose of writing content to the headers and footers in a document section. Syntax

SectionHeaderFooterWriterSet Class Members

Public Properties Public Methods

FooterWriterAllPages Property

Returns a WordHeaderFooterWriter derived instance with which content can be written to the footer of a document section. Syntax Remarks If the FooterAllPages bit was set on the sectionParts parameter when the AddSectionHeaderFooter was called, this property returns a non-null value, on which content-creation metho...

FooterWriterFirstPageOnly Property

Returns a WordHeaderFooterWriter derived instance with which content can be written to the footer for the first page of a document section. Syntax Remarks If the FooterFirst bit was set on the sectionParts parameter when the AddSectionHeaderFooter was called, this property returns a non-null value, on which conten...

HeaderWriterAllPages Property

Returns a WordHeaderFooterWriter derived instance with which content can be written to the header of a document section. Syntax Remarks If the HeaderAllPages bit was set on the sectionParts parameter when the AddSectionHeaderFooter was called, this property returns a non-null value, on which content-creation metho...