Sort Score
Result 10 results
Languages All
Labels All
Results 2,261 - 2,270 of 4,243 for

paragraph builder

(0.07 sec)
  1. FootnoteType enumeration | Aspose.Words for Python

    aspose.words.notes.FootnoteType enumeration. Specifies whether this is a footnote or an endnote.... Document () builder = aw . DocumentBuilder ( doc...at the bottom of the page. builder . write ( 'This text will be...

    reference.aspose.com/words/python-net/aspose.wo...
  2. EndnoteOptions.number_style property | Aspose.W...

    EndnoteOptions.number_style property. Specifies the number format for 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...
  3. 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...
  4. Aspose::Words::ImportFormatOptions::get_IgnoreT...

    Aspose::Words::ImportFormatOptions::get_IgnoreTextBoxes method. Gets or sets a boolean value that specifies that source formatting of textboxes content ignored if KeepSourceFormatting mode is used. The default value is true in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...DocumentBuilder > ( dstDoc ); builder -> Writeln ( u "Hello world...

    reference.aspose.com/words/cpp/aspose.words/imp...
  5. ConditionalStyleCollection indexer | Aspose.Wor...

    ConditionalStyleCollection indexer. Retrieves a [ConditionalStyle](../../conditionalstyle/) object by index....() builder = aw . DocumentBuilder ( doc ) table = builder . start_table...start_table () builder . insert_cell () builder . write ( 'Cell...

    reference.aspose.com/words/python-net/aspose.wo...
  6. TableStyle.conditional_styles property | Aspose...

    TableStyle.conditional_styles property. Collection of conditional styles that may be defined for this table style....() builder = aw . DocumentBuilder ( doc ) table = builder . start_table...start_table () builder . insert_cell () builder . write ( 'Cell...

    reference.aspose.com/words/python-net/aspose.wo...
  7. HtmlSaveOptions.export_shapes_as_svg property |...

    HtmlSaveOptions.export_shapes_as_svg property. Controls whether [Shape](../../../aspose.words.drawing/shape/) nodes are converted to SVG images when saving to HTML, MHTML, EPUB or AZW3... Document () builder = aw . DocumentBuilder ( doc...doc = doc ) text_box = builder . insert_shape ( shape_type = aw...

    reference.aspose.com/words/python-net/aspose.wo...
  8. FieldAutoNum.SeparatorCharacter | Aspose.Words ...

    Discover the FieldAutoNum SeparatorCharacter property, easily customize your separator character for enhanced data formatting and improved usability....Examples Shows how to number paragraphs using autonum fields. Document...Document (); DocumentBuilder builder = new DocumentBuilder ( doc...

    reference.aspose.com/words/net/aspose.words.fie...
  9. FieldNumWords | Aspose.Words for Java

    Implements the NUMWORDS field in Java....Document(getMyDir() + "Paragraphs.docx"); DocumentBuilder builder = new DocumentBuilder(doc);...DocumentBuilder(doc); builder.moveToHeaderFooter(HeaderFooterType...

    reference.aspose.com/words/java/com.aspose.word...
  10. Style.aliases property | Aspose.Words for Node.js

    Style.aliases property. Gets all aliases of this style...let builder = new aw . DocumentBuilder ( doc ); builder . moveToDocumentEnd...moveToDocumentEnd (); builder . paragraphFormat . style = doc ...

    reference.aspose.com/words/nodejs-net/aspose.wo...