Sort Score
Result 10 results
Languages All
Labels All
Results 2,171 - 2,180 of 4,610 for

paragraph builder

(0.11 sec)
  1. Style.BaseStyleName | Aspose.Words for .NET

    Discover how to customize the BaseStyleName property to enhance your design. Easily get or set the style name for improved visual appeal!...DocumentBuilder builder = new DocumentBuilder ( doc ); builder . MoveToDocumentEnd...MoveToDocumentEnd (); builder . ParagraphFormat . Style = doc . Styles...

    reference.aspose.com/words/net/aspose.words/sty...
  2. XpsSaveOptions | Aspose.Words for .NET

    Discover the XpsSaveOptions constructor to effortlessly create instances for saving documents in the XPS format, enhancing your document management efficiency....Document (); DocumentBuilder builder = new DocumentBuilder ( doc...of levels 1, 2, and then 3. builder . ParagraphFormat . StyleIdentifier...

    reference.aspose.com/words/net/aspose.words.sav...
  3. OutlineOptions.create_missing_outline_levels pr...

    OutlineOptions.create_missing_outline_levels property. Gets or sets a value determining whether or not to create missing outline levels when the document is exported.... Document () builder = aw . DocumentBuilder ( doc...entries of levels 1 and 5. builder . paragraph_format . style_identifier...

    reference.aspose.com/words/python-net/aspose.wo...
  4. 使用 Java 製作 DOC

    通過幾個步驟在 Java 中創建一個新的 DOC。使用 Java 庫輕鬆創建 DOC。...Document (); DocumentBuilder builder = new DocumentBuilder (doc);...(doc); Font font = builder.getFont(); font.setName( "Courier New"...

    products.aspose.com/words/zh-hant/java/make/doc/
  5. ShapeBase.CoordSize | Aspose.Words for .NET

    Discover the ShapeBase CoordSize property, defining the coordinate space's width and height for optimal layout control in your design projects....DocumentBuilder builder = new DocumentBuilder ( doc ); builder . InsertNode...InsertNode ( group ); builder . MoveTo ((( Shape ) group . GetChild...

    reference.aspose.com/words/net/aspose.words.dra...
  6. DocumentBuilder.insert_field method | Aspose.Wo...

    aspose.words.DocumentBuilder.insert_field method... Document () builder = aw . DocumentBuilder ( doc...whether to update them as the builder inserts them. # In some cases...

    reference.aspose.com/words/python-net/aspose.wo...
  7. LayoutOptions.show_hidden_text property | Aspos...

    LayoutOptions.show_hidden_text property. Gets or sets indication of whether hidden text in the document is rendered... Document () builder = aw . DocumentBuilder ( doc...from a rendered document. builder . writeln ( 'This text is not...

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

    OutlineOptions.headings_outline_levels 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...outline. doc = aw . Document () builder = aw . DocumentBuilder ( doc...

    reference.aspose.com/words/python-net/aspose.wo...
  9. MarkdownSaveOptions.export_as_html property | A...

    MarkdownSaveOptions.export_as_html property. Allows to specify the elements to be exported to Markdown as raw HTML...Document () builder = aw . DocumentBuilder ( doc = doc ) builder . writeln...Create table. builder . insert_cell () builder . paragraph_format ...

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

    Implements the DDEAUTO field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...text. // 1 - A LINK field: builder.writeln("FieldLink:\n"); i...

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