Sort Score
Result 10 results
Languages All
Labels All
Results 2,101 - 2,110 of 4,243 for

paragraph builder

(0.23 sec)
  1. FieldUserAddress | Aspose.Words for Java

    Implements the USERADDRESS field in Java.... DocumentBuilder builder = new DocumentBuilder(doc);...fieldUserAddress = (FieldUserAddress) builder.insertField(FieldType.FIELD_USER_ADDRESS...

    reference.aspose.com/words/java/com.aspose.word...
  2. FieldSubject | Aspose.Words for Java

    Implements the SUBJECT field in Java.... DocumentBuilder builder = new DocumentBuilder(doc);...FieldSubject field = (FieldSubject) builder.insertField(FieldType.FIELD_SUBJECT...

    reference.aspose.com/words/java/com.aspose.word...
  3. FieldComments | Aspose.Words for Java

    Implements the COMMENTS field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...FieldComments field = (FieldComments) builder.insertField(FieldType.FIELD_COMMENTS...

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

    Implements the KEYWORDS field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...FieldKeywords field = (FieldKeywords) builder.insertField(FieldType.FIELD_KEYWORD...

    reference.aspose.com/words/java/com.aspose.word...
  5. 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...
  6. PdfSaveOptions.image_color_space_export_mode pr...

    PdfSaveOptions.image_color_space_export_mode property. Specifies how the color space will be selected for the images in PDF document....Document () builder = aw . DocumentBuilder ( doc = doc ) builder . writeln...writeln ( 'Jpeg image:' ) builder . insert_image ( file_name =...

    reference.aspose.com/words/python-net/aspose.wo...
  7. LayoutOptions.show_hidden_text property | Aspos...

    LayoutOptions.show_hidden_text property. Gets or sets indication of whether hidden text in the document is rendered... Document () builder = aw . DocumentBuilder ( doc...from a rendered document. builder . writeln ( 'This text is not...

    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. 使用 Java 製作 WORD

    通過幾個步驟在 Java 中創建一個新的 WORD。使用 Java 庫輕鬆創建 WORD。...Document (); DocumentBuilder builder = new DocumentBuilder (doc);...(doc); Font font = builder.getFont(); font.setName( "Courier New"...

    products.aspose.com/words/zh-hant/java/make/word/
  10. OutlineOptions.headings_outline_levels property...

    OutlineOptions.headings_outline_levels property. Specifies how many levels of headings (Paragraphs formatted with the Heading styles) to include in the document outline....many levels of headings (paragraphs formatted with the Heading...outline. doc = aw . Document () builder = aw . DocumentBuilder ( doc...

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