Sort Score
Result 10 results
Languages All
Labels All
Results 2,331 - 2,340 of 4,606 for

paragraph builder

(0.49 sec)
  1. 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...
  2. 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...
  3. 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...
  4. FieldPrivate | Aspose.Words for Java

    Implements the PRIVATE field in Java....using a document builder. DocumentBuilder builder = new DocumentBuilder(doc);...DocumentBuilder(doc); builder.insertField(FieldType.FIELD_PRIVATE, true);...

    reference.aspose.com/words/java/com.aspose.word...
  5. 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...
  6. ShapeBase class | Aspose.Words for Python

    aspose.words.drawing.ShapeBase class. Base class for objects in the drawing layer, such as an AutoShape, freeform, OLE object, ActiveX control, or picture...the shape is a child of a Paragraph object, then the shape is...something (e.g the current paragraph, the margin or the page)....

    reference.aspose.com/words/python-net/aspose.wo...
  7. ImageSaveOptions.threshold_for_floyd_steinberg_...

    ImageSaveOptions.threshold_for_floyd_steinberg_dithering property. Gets or sets the threshold that determines the value of the binarization error in the Floyd-Steinberg method...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...
  8. 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...
  9. DocumentBuilder.insert_text_input method | Aspo...

    DocumentBuilder.insert_text_input method. Inserts a text form field at the current position.... Document () builder = aw . DocumentBuilder ( doc...prompts the user to enter text. builder . insert_text_input ( 'TextInput'...

    reference.aspose.com/words/python-net/aspose.wo...
  10. BookmarkCollection.clear method | Aspose.Words ...

    BookmarkCollection.clear method. Removes all bookmarks from this collection and from the document.... Document () builder = aw . DocumentBuilder ( doc...( i ) builder . start_bookmark ( bookmark_name ) builder . write...

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