Sort Score
Result 10 results
Languages All
Labels All
Results 2,281 - 2,290 of 4,637 for

paragraph builder

(0.62 sec)
  1. HtmlSaveOptions.table_width_output_mode propert...

    HtmlSaveOptions.table_width_output_mode property. Controls how table, row and cell widths are exported to HTML, MHTML or EPUB... Document () builder = aw . DocumentBuilder ( doc...boundary. table = builder . start_table () builder . insert_cell...

    reference.aspose.com/words/python-net/aspose.wo...
  2. FieldCitation.suppress_title property | Aspose....

    FieldCitation.suppress_title property. Gets or sets whether the title information is suppressed from the citation....docx' ) builder = aw . DocumentBuilder ( doc ) builder . write...referenced book. field_citation = builder . insert_field ( aw . fields...

    reference.aspose.com/words/python-net/aspose.wo...
  3. FieldCitation.suppress_year property | Aspose.W...

    FieldCitation.suppress_year property. Gets or sets whether the year information is suppressed from the citation....docx' ) builder = aw . DocumentBuilder ( doc ) builder . write...referenced book. field_citation = builder . insert_field ( aw . fields...

    reference.aspose.com/words/python-net/aspose.wo...
  4. FieldCitation.another_source_tag property | Asp...

    FieldCitation.another_source_tag property. Gets or sets a value that matches the Tag element's value of another source to be included in the citation....docx' ) builder = aw . DocumentBuilder ( doc ) builder . write...referenced book. field_citation = builder . insert_field ( aw . fields...

    reference.aspose.com/words/python-net/aspose.wo...
  5. MarkupLevel Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Markup.MarkupLevel enum, defining where StructuredDocumentTags fit in your document tree for enhanced organization and control.... among tables and paragraphs). Row 3 The element occurs...Document (); DocumentBuilder builder = new DocumentBuilder ( doc...

    reference.aspose.com/words/net/aspose.words.mar...
  6. ImportFormatOptions.ignoreTextBoxes property | ...

    ImportFormatOptions.ignoreTextBoxes property. Gets or sets a boolean value that specifies that source formatting of textboxes content ignored if [ImportFormatMode.KeepSourceFormatting](../../importformatmode/#KeepSourceFormatting) mode is used...let builder = new aw . DocumentBuilder ( dstDoc ); builder . writeln...srcDoc = new aw . Document (); builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. ImageSaveOptions.image_contrast property | Aspo...

    ImageSaveOptions.image_contrast property. Gets or sets the contrast for the generated images....Document () builder = aw . DocumentBuilder ( doc = doc ) builder . paragraph_format...'Heading 1' ) builder . writeln ( 'Hello world!' ) builder . insert_image...

    reference.aspose.com/words/python-net/aspose.wo...
  8. OutlineOptions.headingsOutlineLevels property |...

    OutlineOptions.headingsOutlineLevels property. Specifies how many levels of headings (Paragraphs formatted with the Heading styles) to include in the document outline....many levels of headings (paragraphs formatted with the Heading...new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. EndnoteOptions.start_number property | Aspose.W...

    EndnoteOptions.start_number property. Specifies the starting number or character for the first automatically numbered endnotes.... Document () builder = aw . DocumentBuilder ( doc...that we pass to the document builder's "InsertEndnote" method. #...

    reference.aspose.com/words/python-net/aspose.wo...
  10. FieldAsk | Aspose.Words for Java

    Implements the ASK field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...FieldRef fieldRef = (FieldRef) builder.insertField(FieldType.FIELD_REF...

    reference.aspose.com/words/java/com.aspose.word...