Sort Score
Result 10 results
Languages All
Labels All
Results 2,511 - 2,520 of 4,591 for

paragraph builder

(0.19 sec)
  1. Aspose::Words::Drawing::ShapeBase class | Aspos...

    Aspose::Words::Drawing::ShapeBase class. Base class for objects in the drawing layer, such as an AutoShape, freeform, OLE object, ActiveX control, or picture. To learn more, visit the documentation article in C++....Returns the immediate parent paragraph. get_PreviousSibling () Gets...the shape is a child of a Paragraph object, then the shape is...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. ShapeBase.name property | Aspose.Words for Python

    ShapeBase.name property. Gets or sets the optional shape name....() builder = aw . DocumentBuilder ( doc ) shape = builder . insert_shape...property ShapeBase.parent_paragraph property...

    reference.aspose.com/words/python-net/aspose.wo...
  3. FieldGreetingLine | Aspose.Words for Java

    Implements the GREETINGLINE field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...field = (FieldGreetingLine) builder.insertField(FieldType.FIELD_GREETING_LINE...

    reference.aspose.com/words/java/com.aspose.word...
  4. BuiltInDocumentProperties.revision_number prope...

    BuiltInDocumentProperties.revision_number property. Gets or sets the document revision number....Document () builder = aw . DocumentBuilder ( doc = doc ) builder . write...revision number property. field = builder . insert_field ( field_type...

    reference.aspose.com/words/python-net/aspose.wo...
  5. DocumentBuilder.current_section property | Aspo...

    DocumentBuilder.current_section property. Gets the section that is currently selected in this [DocumentBuilder](../).... Document () builder = aw . DocumentBuilder ( doc...doc = doc ) shape = builder . insert_image ( file_name = IMAGE_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  6. BuiltInDocumentProperties.RevisionNumber | Aspo...

    Manage your document's RevisionNumber with BuiltInDocumentProperties. Easily track changes and enhance version control for better collaboration....DocumentBuilder builder = new DocumentBuilder ( doc ); builder . Write...FieldRevNum field = ( FieldRevNum ) builder . InsertField ( FieldType ...

    reference.aspose.com/words/net/aspose.words.pro...
  7. ImageData class | Aspose.Words for Python

    aspose.words.drawing.ImageData class. Defines an image for a shape... Document () builder = aw . DocumentBuilder ( doc...shape = aw . drawing . Shape ( builder . document , aw . drawing ...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Header and Footer only on last page - Free Supp...

    Hello, Describe the case I’m creating .docx and .pdf documents from HTML templates using Aspose.Words for .Net. In version 24.2, Aspose.Words for .Net was adding Header and Footer to every page. I want to upgrade to n…...DocumentBuilder builder = new DocumentBuilder(doc); builder.MoveToHe...ooterType.HeaderPrimary); builder.InsertHtml("<b>This is my Cool...

    forum.aspose.com/t/header-and-footer-only-on-la...
  9. VerticalAlignment enumeration | Aspose.Words fo...

    aspose.words.drawing.VerticalAlignment enumeration. Specifies vertical alignment of a floating shape, text frame or a floating table....possible value for floating paragraphs and tables. DEFAULT Same...page. doc = aw . Document () builder = aw . DocumentBuilder ( doc...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Get Node that Contains the End of Matched Strin...

    FindReplaceOptions optionsWhile = new FindReplaceOptions(); optionsWhile.setReplacingCallback(new ReplaceHandler()); WordDoc.getRange().replace(Pattern.compile("[tag(.+?)](.+?)[/tag]"), "", optionsWhile); in ReplaceHand…...DocumentBuilder builder = new DocumentBuilder(doc); builder.moveTo((Run)...moveTo((Run) runs.get(0)); builder.startBookmark(bmname); BookmarkEnd...

    forum.aspose.com/t/get-node-that-contains-the-e...