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...
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...
FieldCitation.suffix property. Gets or sets a suffix that is appended to the citation....docx' ) builder = aw . DocumentBuilder ( doc ) builder . write...referenced book. field_citation = builder . insert_field ( aw . fields...
FieldCitation.volume_number property. Gets or sets a volume number associated with the citation....docx' ) builder = aw . DocumentBuilder ( doc ) builder . write...referenced book. field_citation = builder . insert_field ( aw . fields...
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...
Merge multiple Image into DOCX in C++ code. Save Image as DOCX using C++....MakeObject <Document>(); auto builder = MakeObject <DocumentBuilder>(doc);...& fileName : fileNames) { builder-> InsertImage (fileName); //...