Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 391 for

structureddocumenttag builder

(0.09 sec)
  1. InlineStory | Aspose.Words for Java

    Base class for inline-level nodes that can contain paragraphs and tables in Java....DocumentBuilder builder = new DocumentBuilder(doc); builder.write("Hello..."John Doe", "JD", new Date()); builder.getCurrentParagraph().appendChild(comment);...

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

    Base class for objects in the drawing layer such as an AutoShape freeform OLE object ActiveX control or picture in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...page's center. Shape shape = builder.insertImage(getImageDir() +...

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

    Defines a stroke for a shape in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...; Shape shape = builder.insertShape(ShapeType.RECTANGLE, RelativeHorizontalPo...

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

    in Java....visitStructuredDocum(StructuredDocumentTa sdtRangeStart) { in...visitStructuredDocum(StructuredDocumentTa sdtRangeEnd) { inde...

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

    Provides the abstract base class for a main document and a glossary document of a Word document in Java....visitStructuredDocum(StructuredDocumentTa sdtRangeStart) { in...visitStructuredDocum(StructuredDocumentTa sdtRangeEnd) { inde...

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

    Base class for nodes that can contain other nodes in Java....visitStructuredDocum(StructuredDocumentTa sdtRangeStart) { in...visitStructuredDocum(StructuredDocumentTa sdtRangeEnd) { inde...

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

    Represents a SubDocument - which is a reference to an externally stored document in Java....visitStructuredDocum(StructuredDocumentTa sdtRangeStart) { in...visitStructuredDocum(StructuredDocumentTa sdtRangeEnd) { inde...

    reference.aspose.com/words/java/com.aspose.word...
  8. HtmlLoadOptions | Aspose.Words for Java

    Allows to specify additional options when loading HTML document into a Document object in Java....true); StructuredDocumentTa tag = (StructuredDocumentTa) nodes...Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  9. Cell | Aspose.Words for Java

    Represents a table cell in Java....table without using a document builder. public void createNestedTable()...table without using a document builder. public void createNestedTable()...

    reference.aspose.com/words/java/com.aspose.word...
  10. Row | Aspose.Words for Java

    Represents a table row in Java....table without using a document builder. public void createNestedTable()...table without using a document builder. public void createNestedTable()...

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