FieldAutoNumLgl.remove_trailing_period property. Gets or sets whether to display the number without a trailing period.... Document () builder = aw . DocumentBuilder ( doc..._insert_numbered_clause ( builder , ' \t Heading 1' , filler_text...
Implements the ADDIN field in Java....DocumentBuilder builder = new DocumentBuilder(doc); builder.write("This...fieldAuthor = (FieldAuthor) builder.insertField(FieldType.FIELD_AUTHOR...
Implements the FORMDROPDOWN field in Java....DocumentBuilder builder = new DocumentBuilder(doc); builder.write("This...fieldAuthor = (FieldAuthor) builder.insertField(FieldType.FIELD_AUTHOR...
FieldSeq.reset_heading_level property. Gets or sets an integer number representing a heading level to reset the sequence number to... Document () builder = aw . DocumentBuilder ( doc...to 100. builder . write ( '#' ) field_seq = builder . insert_field...
Discover the HeadingsOutlineLevels property in OutlineOptions. Control heading levels for structured documents and enhance navigation with ease....many levels of headings (paragraphs formatted with the Heading...Document (); DocumentBuilder builder = new DocumentBuilder ( doc...
IStructuredDocumentTag.lock_content_control property. When set to true, this property will prohibit a user from deleting this SDT.... Document () builder = aw . DocumentBuilder ( doc...tag . lock_contents = True builder . write ( 'The contents of...
StructuredDocumentTag.lock_content_control property. When set to ``True``, this property will prohibit a user from deleting this SDT.... Document () builder = aw . DocumentBuilder ( doc...tag . lock_contents = True builder . write ( 'The contents of...
ImportFormatOptions.ignore_text_boxes property. Gets or sets a boolean value that specifies that source formatting of textboxes content ignored if [ImportFormatMode.KEEP_SOURCE_FORMATTING](../../importformatmode/#KEEP_SOURCE_FORMATTING) mode is used... Document () builder = aw . DocumentBuilder ( doc...doc = dst_doc ) builder . writeln ( 'Hello world!' ) # Create...