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

structureddocumenttag builder

(0.15 sec)
  1. Section | Aspose.Words for Java

    Represents a single section in a document in Java....visitStructuredDocum(StructuredDocumentTa sdtRangeStart) { in...visitStructuredDocum(StructuredDocumentTa sdtRangeEnd) { inde...

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

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

    reference.aspose.com/words/java/com.aspose.word...
  3. 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...
  4. Story | Aspose.Words for Java

    Base class for elements that contain block-level nodes Paragraph and Table in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...the first section's Body. builder.insertShape(ShapeType.CUBE...

    reference.aspose.com/words/java/com.aspose.word...
  5. Inconsistent lines (spacing) coming in generate...

    Hi Team, We are having issue , where we are inserting the html in content control. It is inserting fine but there is inconsistent spacing. There is space between 1st inserted element and 2nd inserted element , but after…...Document(); DocumentBuilder builder = new DocumentBuilder(document);...try { StructuredDocumentTa sdtTag = (StructuredDocumentTa) st;...

    forum.aspose.com/t/inconsistent-lines-spacing-c...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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...