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

paragraph builder

(0.13 sec)
  1. Document.StopTrackRevisions | Aspose.Words for ...

    Learn how to use the StopTrackRevisions method to prevent automatic document change markings, enhancing your editing efficiency and document clarity....Document (); DocumentBuilder builder = new DocumentBuilder ( doc...until we begin tracking them. builder . Write ( "Hello world! " );...

    reference.aspose.com/words/net/aspose.words/doc...
  2. ShapeBase Class | Aspose.Words for .NET

    Explore the Aspose.Words.Drawing.ShapeBase class, your foundation for creating dynamic drawings, including AutoShapes, OLE objects, and ActiveX controls....Returns the immediate parent paragraph. PreviousSibling { get; }...the shape is a child of a Paragraph object, then the shape is...

    reference.aspose.com/words/net/aspose.words.dra...
  3. FieldFileName | Aspose.Words for Java

    Implements the FILENAME field in Java....DocumentBuilder builder = new DocumentBuilder(doc); builder.moveToDocumentEnd();...moveToDocumentEnd(); builder.writeln(); // This FILENAME field will display...

    reference.aspose.com/words/java/com.aspose.word...
  4. FieldUserInitials | Aspose.Words for Java

    Implements the USERINITIALS field in Java.... DocumentBuilder builder = new DocumentBuilder(doc);...fieldUserInitials = (FieldUserInitials) builder.insertField(FieldType.FIELD_USER_INITIALS...

    reference.aspose.com/words/java/com.aspose.word...
  5. FieldUserName | Aspose.Words for Java

    Implements the USERNAME field in Java....rmation); DocumentBuilder builder = new DocumentBuilder(doc);...fieldUserName = (FieldUserName) builder.insertField(FieldType.FIELD_USER_NAME...

    reference.aspose.com/words/java/com.aspose.word...
  6. FieldAddIn | Aspose.Words for Java

    Implements the ADDIN field in Java....DocumentBuilder builder = new DocumentBuilder(doc); builder.write("This...fieldAuthor = (FieldAuthor) builder.insertField(FieldType.FIELD_AUTHOR...

    reference.aspose.com/words/java/com.aspose.word...
  7. FieldFormDropDown | Aspose.Words for Java

    Implements the FORMDROPDOWN field in Java....DocumentBuilder builder = new DocumentBuilder(doc); builder.write("This...fieldAuthor = (FieldAuthor) builder.insertField(FieldType.FIELD_AUTHOR...

    reference.aspose.com/words/java/com.aspose.word...
  8. ImageBinarizationMethod enumeration | Aspose.Wo...

    aspose.words.saving.ImageBinarizationMethod enumeration. Specifies the method used to binarize image....Document () builder = aw . DocumentBuilder ( doc = doc ) builder . paragraph_format...'Heading 1' ) builder . writeln ( 'Hello world!' ) builder . insert_image...

    reference.aspose.com/words/python-net/aspose.wo...
  9. ImagePixelFormat enumeration | Aspose.Words for...

    aspose.words.saving.ImagePixelFormat enumeration. Specifies the pixel format for the generated images of document pages....Document () builder = aw . DocumentBuilder ( doc = doc ) builder . paragraph_format...'Heading 1' ) builder . writeln ( 'Hello world!' ) builder . insert_image...

    reference.aspose.com/words/python-net/aspose.wo...
  10. MailMerge.CleanupParagraphsWithPunctuationMarks...

    Optimize your MailMerge with the CleanupParagraphsWithPunctuationMarks property. Control empty Paragraph removal for cleaner, professional documents....value indicating whether paragraphs with punctuation marks are...Examples Shows how to remove paragraphs with punctuation marks after...

    reference.aspose.com/words/net/aspose.words.mai...