Sort Score
Result 10 results
Languages All
Labels All
Results 1,521 - 1,530 of 4,242 for

paragraph builder

(0.05 sec)
  1. ShapeBase.relative_vertical_size property | Asp...

    ShapeBase.relative_vertical_size property. Gets or sets the value of shape's relative size in vertical direction.... Document () builder = aw . DocumentBuilder ( doc...size and position. shape = builder . insert_shape ( shape_type...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Aspose::Words::ParagraphFormat::get_CharacterUn...

    Aspose::Words::ParagraphFormat::get_CharacterUnitRightIndent method. Gets or sets the right indent value (in characters) for the specified Paragraphs in C++....characters) for the specified paragraphs. double Aspose :: Words ::...Examples Shows how to change paragraph spacing and indents. auto...

    reference.aspose.com/words/cpp/aspose.words/par...
  3. Using DocumentBuilder to Modify a Document|Aspo...

    Use the document Builder to modify a document easily in Java....the current paragraph and all further paragraphs created using...list level of the current paragraph by one level, call ListFormat...

    docs.aspose.com/words/java/using-documentbuilde...
  4. FieldEnd Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldEnd class, which efficiently handles Word field endings in documents, enhancing your document processing capabilities....get; } Retrieves the parent Paragraph of this node. PreviousSibling...FieldEnd can only be a child of Paragraph . A complete field in a Microsoft...

    reference.aspose.com/words/net/aspose.words.fie...
  5. FieldAdvance class | Aspose.Words for Python

    aspose.words.fields.FieldAdvance class. Implements the ADVANCE field...node, returns its parent paragraph. If the field is already removed...Document () builder = aw . DocumentBuilder ( doc ) builder . write...

    reference.aspose.com/words/python-net/aspose.wo...
  6. HtmlSaveOptions.document_split_heading_level pr...

    HtmlSaveOptions.document_split_heading_level property. Specifies the maximum level of headings at which to split the document...HEADING_PARAGRAPH and this property is set to...document will be split at paragraphs formatted using Heading 1...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Layout::LayoutCollector class | ...

    Aspose::Words::Layout::LayoutCollector class. This class allows to compute page numbers of document nodes. To learn more, visit the documentation article in C++.... run, paragraph or table cell) is located...with 5 pages of content. auto builder = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words.lay...
  8. HtmlSaveOptions.allowNegativeIndent property | ...

    HtmlSaveOptions.allowNegativeIndent property. Specifies whether negative left and right indents of Paragraphs are normalized when saving to HTML, MHTML or EPUB...left and right indents of paragraphs are normalized when saving...negative indent is allowed, a paragraph might appear partially outside...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. TextureIndex enumeration | Aspose.Words for Python

    aspose.words.TextureIndex enumeration. Specifies shading texture.... Document () builder = aw . DocumentBuilder ( doc...doc = doc ) borders = builder . paragraph_format . borders borders...

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

    Represents a Word document in Java....DocumentBuilder builder = new DocumentBuilder(doc); builder.insertField("...CustomerName "); builder.insertParagraph(); builder.insertField("...

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