Sort Score
Result 10 results
Languages All
Labels All
Results 2,271 - 2,280 of 4,644 for

paragraph builder

(0.17 sec)
  1. ShapeBase.font property | Aspose.Words for Python

    ShapeBase.font property. Provides access to the font formatting of this object....Document () builder = aw . DocumentBuilder ( doc = doc ) builder . writeln...( 'Hello world!' ) shape = builder . insert_shape ( shape_type...

    reference.aspose.com/words/python-net/aspose.wo...
  2. TextBox class | Aspose.Words for Python

    aspose.words.drawing.TextBox class. Defines attributes that specify how a text is displayed inside a shape... Document () builder = aw . DocumentBuilder ( doc...doc = doc ) text_box_shape = builder . insert_shape ( shape_type...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::DocumentBuilder::InsertBreak met...

    Aspose::Words::DocumentBuilder::InsertBreak method. Inserts a break of the specified type into the document in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...Configure the table to pick up paragraphs with headings of levels 1...

    reference.aspose.com/words/cpp/aspose.words/doc...
  4. PdfSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.PDF format in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...headings of levels 1 to 5. builder.getParagraphFormat().setSt...

    reference.aspose.com/words/java/com.aspose.word...
  5. 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...
  6. 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...
  7. Section.append_content method | Aspose.Words fo...

    Section.append_content method. Inserts a copy of content of the source section at the end of this section....Document () builder = aw . DocumentBuilder ( doc = doc ) builder . write...write ( 'Section 1' ) builder . insert_break ( aw . BreakType...

    reference.aspose.com/words/python-net/aspose.wo...
  8. TextBox.text_box_wrap_mode property | Aspose.Wo...

    TextBox.text_box_wrap_mode property. Determines how text wraps inside a shape.... Document () builder = aw . DocumentBuilder ( doc...doc = doc ) text_box_shape = builder . insert_shape ( shape_type...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose::Words::Style::get_Aliases method | Aspo...

    Aspose::Words::Style::get_Aliases method. Gets all aliases of this style. If style has no aliases then empty array of string is returned in C++...."MyStyle Alias 2" )); auto builder = System :: MakeObject < Aspose...> ( doc ); builder -> MoveToDocumentEnd (); builder -> get_ParagraphFormat...

    reference.aspose.com/words/cpp/aspose.words/sty...
  10. Document.endnote_options property | Aspose.Word...

    Document.endnote_options property. Provides options that control numbering and positioning of endnotes in this document.... Document () builder = aw . DocumentBuilder ( doc...document builder's "InsertEndnote" method. builder . write (...

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