com.aspose.note.AttachedFile.#ctor(com.aspose.note.Document) | Initializes a new instance of the AttachedFile class. |
com.aspose.note.AttachedFile.#ctor(com.aspose.note.Document,java.lang.String) | Initializes a new instance of the AttachedFile class. |
com.aspose.note.AttachedFile.#ctor(com.aspose.note.Document,java.lang.String,java.io.InputStream) | Initializes a new instance of the AttachedFile class. |
com.aspose.note.AttachedFile.#ctor(com.aspose.note.Document,java.lang.String,java.io.InputStream,com.aspose.note.system.drawing.ImageFormat) | Initializes a new instance of the AttachedFile class. |
com.aspose.note.AttachedFile.#ctor(com.aspose.note.Document,java.lang.String,java.io.InputStream,java.io.InputStream,com.aspose.note.system.drawing.ImageFormat) | Initializes a new instance of the AttachedFile class. |
com.aspose.note.CompositeNode.#ctor(com.aspose.note.Document,int) | Initializes a new instance of the CompositeNode class. |
com.aspose.note.CompositeNodeBase.#ctor(com.aspose.note.Document,int) | Initializes a new instance of the class. |
com.aspose.note.Image.#ctor(com.aspose.note.Document) | Initializes a new instance of the Image class. |
com.aspose.note.Image.#ctor(com.aspose.note.Document,java.lang.String) | Initializes a new instance of the Image class. |
com.aspose.note.Image.#ctor(com.aspose.note.Document,java.lang.String,java.io.InputStream) | Initializes a new instance of the Image class. |
com.aspose.note.IndentatedNode.#ctor(com.aspose.note.Document,int) | Initializes a new instance of the IndentatedNode class. |
com.aspose.note.Node.#ctor(com.aspose.note.Document,int) | Initializes a new instance of the Node class. |
com.aspose.note.Outline.#ctor(com.aspose.note.Document) | Initializes a new instance of the Outline class. |
com.aspose.note.OutlineElement.#ctor(com.aspose.note.Document) | Initializes a new instance of the OutlineElement class. |
com.aspose.note.OutlineGroup.#ctor(com.aspose.note.Document) | Initializes a new instance of the OutlineGroup class. |
com.aspose.note.Page.#ctor(com.aspose.note.Document) | Initializes a new instance of the Page class. |
com.aspose.note.RichText.#ctor(com.aspose.note.Document) | Initializes a new instance of the RichText class. |
com.aspose.note.Table.#ctor(com.aspose.note.Document) | Initializes a new instance of the Table class. |
com.aspose.note.TableCell.#ctor(com.aspose.note.Document) | Initializes a new instance of the TableCell class. |
com.aspose.note.TableRow.#ctor(com.aspose.note.Document) | Initializes a new instance of the TableRow class. |
com.aspose.note.Title.#ctor(com.aspose.note.Document) | Initializes a new instance of the Title class. |
com.aspose.note.CompositeNode.getChildren | Gets all child nodes of this node as an enumerable collection. |
com.aspose.note.DocumentVisitor.visitInkDrawingEnd(com.aspose.note.InkDrawing) | End to visit the InkDrawing node. |
com.aspose.note.DocumentVisitor.visitInkDrawingStart(com.aspose.note.InkDrawing) | Start to visit the InkDrawing node. |
com.aspose.note.DocumentVisitor.visitInkParagraphEnd(com.aspose.note.InkParagraph) | End to visit the InkParagraph node. |
com.aspose.note.DocumentVisitor.visitInkParagraphStart(com.aspose.note.InkParagraph) | Start to visit the InkParagraph node. |
com.aspose.note.DocumentVisitor.visitInkWordEnd(com.aspose.note.InkWord) | End to visit the InkWord node. |
com.aspose.note.DocumentVisitor.visitInkWordStart(com.aspose.note.InkWord) | Start to visit the InkWord node. |
com.aspose.note.InkDrawing.accept(com.aspose.note.DocumentVisitor) | Accepts the visitor of the node. |
com.aspose.note.InkParagraph.accept(com.aspose.note.DocumentVisitor) | Accepts the visitor of the node. |
com.aspose.note.InkWord.accept(com.aspose.note.DocumentVisitor) | Accepts the visitor of the node. |
com.aspose.note.InkDrawing.getHorizontalOffset | Gets the horizontal offset. |
com.aspose.note.InkDrawing.setHorizontalOffset(float) | Sets the horizontal offset. |
com.aspose.note.InkDrawing.getVerticalOffset | Gets the vertical offset. |
com.aspose.note.InkDrawing.setVerticalOffset(float) | Sets the vertical offset. |