SdtListItemCollection.count property. Gets number of items in the collection.... doc = aw . Document () tag = aw . markup . StructuredDocumentTa...( doc , aw . markup . SdtType . DROP_DOWN_LIST , aw . markup...
IStructuredDocumentTag.is_showing_placeholder_text property. Specifies whether the content of this SDT shall be interpreted to contain placeholder text (as opposed to regular text contents within the SDT).... doc = aw . Document () # Insert a plain... tag = aw . markup . StructuredDocumentTa ( doc , aw . markup...
SdtListItemCollection.add method. Adds an item to this collection.... doc = aw . Document () tag = aw . markup . StructuredDocumentTa...( doc , aw . markup . SdtType . DROP_DOWN_LIST , aw . markup...
Table.title property. Gets or sets title of this table...create_nested_table (): doc = aw . Document () # Create the outer...docx' ) def create_table ( doc : aw . Document , row_count : int...
FrameFormat.relativeHorizontalPosition property. Gets the relative horizontal position of a frame.... let doc = new aw . Document ( base . myDir + "Paragraph...frameFormat . heightRule ). toEqual ( aw . HeightRule . AtLeast ); expect...
FrameFormat.horizontalAlignment property. Gets horizontal alignment of the specified frame.... let doc = new aw . Document ( base . myDir + "Paragraph...frameFormat . heightRule ). toEqual ( aw . HeightRule . AtLeast ); expect...
FrameFormat.horizontalPosition property. Gets horizontal distance between the edge of the frame and the item specified by the [FrameFormat.relativeHorizontalPosition](../relativeHorizontalPosition/) property.... let doc = new aw . Document ( base . myDir + "Paragraph...frameFormat . heightRule ). toEqual ( aw . HeightRule . AtLeast ); expect...
FrameFormat.verticalAlignment property. Gets vertical alignment of the specified frame.... let doc = new aw . Document ( base . myDir + "Paragraph...frameFormat . heightRule ). toEqual ( aw . HeightRule . AtLeast ); expect...
ParagraphFormat.outlineLevel property. Specifies the outline level of the paragraph in the document....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...paragraphFormat . outlineLevel = aw . OutlineLevel . Level1 ; builder...
Font.style_identifier property. Gets or sets the locale independent style identifier of the character style applied to this formatting.... doc = aw . Document () builder = aw . DocumentBuilder...builder . font . style_identifier = aw . StyleIdentifier . INTENSE_EMPHASIS...