InkParagraph
Inheritance: java.lang.Object, com.aspose.note.Node, com.aspose.note.InkNode
All Implemented Interfaces: com.aspose.note.IOutlineElementChildNode
public final class InkParagraph extends InkNode implements IOutlineElementChildNode
斜体のような追加プロパティを持つ手書きテキストを含むインクノードを表します。
メソッド
| メソッド | 説明 |
|---|---|
| accept(DocumentVisitor visitor) | ノードのビジターを受け入れます。 |
accept(DocumentVisitor visitor)
public void accept(DocumentVisitor visitor)
ノードのビジターを受け入れます。
Parameters:
| パラメーター | 型 | 説明 |
|---|---|---|
| visitor | DocumentVisitor | DocumentVisitor から派生したクラスのオブジェクトです。 |