Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 159 for

shape relationships

(0.05 sec)
  1. FieldChar | Aspose.Words for Java

    Base class for nodes that represent field characters in a document in Java....CONTINUE; } /// /// Called when a Shape is encountered in the document...visitShapeStart(Shape shape) { if (shape.getFont().getHidden()) shape.remove();...

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

    in Java....deleteShapes() Deletes all shapes from the text of this story...CONTINUE; } /// /// Called when a Shape is encountered in the document...

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

    Represents a Word document in Java.... add(Shape watermark) appendChild(Node...getBackgroundShape() Gets the background shape of the document. getBibliography()...

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

    Base class for inline-level nodes that can have character formatting associated with them but cannot have child nodes of their own in Java....CONTINUE; } /// /// Called when a Shape is encountered in the document...visitShapeStart(Shape shape) { if (shape.getFont().getHidden()) shape.remove();...

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

    Represents an end of a Word field in a document in Java....Document(); // Add two runs and one shape as child nodes to the first..."Hello world! ")); Shape shape = new Shape(doc, ShapeType.RECTANGLE);...

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

    The com.aspose.words package provides classes for generating converting modifying rendering and printing Microsoft Word documents without utilizing Microsoft Word in Java....are applied to the specified shape. AdjustmentCollection Represents...are applied to the specified shape. AdvancedCompareOptio Allows...

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

    Represents a container for the header or footer text of a section in Java....deleteShapes() Deletes all shapes from the text of this story...deleteShapes() Deletes all shapes from the text of this story...

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

    Represents a start of a Word field in a document in Java....Document(); // Add two runs and one shape as child nodes to the first..."Hello world! ")); Shape shape = new Shape(doc, ShapeType.RECTANGLE);...

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

    Represents a container for the main text of a section in Java....deleteShapes() Deletes all shapes from the text of this story...deleteShapes() Deletes all shapes from the text of this story...

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

    Represents an Office Math object such as function equation matrix or alike in Java....save(getArtifactsDir() + "Shape.OfficeMath.docx"); Methods Method...Document(); // Add two runs and one shape as child nodes to the first...

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