Sort Score
Result 10 results
Languages All
Labels All
Results 1,681 - 1,690 of 4,546 for

paragraph builder

(0.13 sec)
  1. Copy Table cell styles - Free Support Forum - a...

    Dear team, I’m using Aspose.words c#. And I have a requirement, in which there is a template table in my document which each header columns and body columns are bookmarked separately. Now I need to copy all the font sty…...To copy the font styles, paragraph formats, and cell formats...retrieve the font styles, paragraph formats, and cell formats...

    forum.aspose.com/t/copy-table-cell-styles/307232
  2. ShapeBase.RelativeVerticalSize | Aspose.Words f...

    Discover the ShapeBase RelativeVerticalSize property to easily adjust shapes' vertical dimensions for enhanced design flexibility and precision....Document (); DocumentBuilder builder = new DocumentBuilder ( doc...and position. Shape shape = builder . InsertShape ( ShapeType ...

    reference.aspose.com/words/net/aspose.words.dra...
  3. FieldEditTime class | Aspose.Words for Python

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

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

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

    reference.aspose.com/words/python-net/aspose.wo...
  5. RelativeHorizontalSize enumeration | Aspose.Wor...

    aspose.words.drawing.RelativeHorizontalSize enumeration. Specifies relatively to what the width of a shape or a text frame is calculated horizontally.... Document () builder = aw . DocumentBuilder ( doc...size and position. shape = builder . insert_shape ( shape_type...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::Story class | Aspose.Words for C...

    Aspose::Words::Story class. Base class for elements that contain block-level nodes Paragraph and Table. To learn more, visit the documentation article in C++....contain block-level nodes Paragraph and Table . To learn more...shortcut method that creates a Paragraph object with optional text...

    reference.aspose.com/words/cpp/aspose.words/story/
  7. 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...
  8. StructuredDocumentTag.tag property | Aspose.Wor...

    StructuredDocumentTag.tag property. Specifies a tag associated with the current SDT node...TAGS builder = aw . DocumentBuilder ( doc = doc ) builder . insert_node...structured document tag in a new paragraph. tag_clone = tag . clone (...

    reference.aspose.com/words/python-net/aspose.wo...
  9. StructuredDocumentTag.multiline property | Aspo...

    StructuredDocumentTag.multiline property. Specifies whether this SDT allows multiple lines of text....TAGS builder = aw . DocumentBuilder ( doc = doc ) builder . insert_node...structured document tag in a new paragraph. tag_clone = tag . clone (...

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

    Represents a SubDocument - which is a reference to an externally stored document in Java....SubDocument can only be a child of Paragraph . Examples: Shows how to access...indentAndAppendLine("[Body start] Paragraphs: " + paragraphCount); mDocTraversalDepth++;...

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