OutlineElement
Inheritance: java.lang.Object, com.aspose.note.Node, com.aspose.note.CompositeNodeBase, com.aspose.note.CompositeNode, com.aspose.note.IndentatedNode
All Implemented Interfaces: com.aspose.note.IOutlineChildNode, com.aspose.note.IOutlineElementChildNode
public final class OutlineElement extends IndentatedNode<IOutlineElementChildNode,OutlineElement> implements IOutlineChildNode, IOutlineElementChildNode
Represents a OutlineElement.
Constructors
| Constructor | Description |
|---|---|
| OutlineElement() | OutlineElement क्लास का एक नया उदाहरण प्रारंभ करता है। |
Methods
| Method | Description |
|---|---|
| accept(DocumentVisitor visitor) | Accepts the visitor of the node. |
| getAuthorMostRecent() | आउटलाइन तत्व का सबसे हालिया लेखक प्राप्त करता है। |
| getAuthorOriginal() | आउटलाइन तत्व का मूल लेखक प्राप्त करता है। |
| getCreationTime() | निर्माण समय प्राप्त करता है या सेट करता है। |
| getLastModifiedTime() | Gets or sets the last modified time. |
| getNumberList() | क्रमांकित सूची शीर्षक के लिए शैली प्राप्त करता है या सेट करता है। |
| setCreationTime(Date value) | निर्माण समय प्राप्त करता है या सेट करता है। |
| setLastModifiedTime(Date value) | Gets or sets the last modified time. |
| setNumberList(NumberList value) | क्रमांकित सूची शीर्षक के लिए शैली प्राप्त करता है या सेट करता है। |
OutlineElement()
public OutlineElement()
OutlineElement क्लास का एक नया उदाहरण प्रारंभ करता है।
accept(DocumentVisitor visitor)
public void accept(DocumentVisitor visitor)
Accepts the visitor of the node.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| visitor | DocumentVisitor | The object of a class derived from the DocumentVisitor. |
getAuthorMostRecent()
public final String getAuthorMostRecent()
आउटलाइन तत्व का सबसे हालिया लेखक प्राप्त करता है।
मान: सबसे हालिया लेखक।
Returns: java.lang.String
getAuthorOriginal()
public final String getAuthorOriginal()
आउटलाइन तत्व का मूल लेखक प्राप्त करता है।
मान: मूल लेखक।
Returns: java.lang.String
getCreationTime()
public Date getCreationTime()
निर्माण समय प्राप्त करता है या सेट करता है।
Returns: java.util.Date
getLastModifiedTime()
public Date getLastModifiedTime()
Gets or sets the last modified time.
Returns: java.util.Date
getNumberList()
public NumberList getNumberList()
क्रमांकित सूची शीर्षक के लिए शैली प्राप्त करता है या सेट करता है।
Returns: NumberList
setCreationTime(Date value)
public void setCreationTime(Date value)
निर्माण समय प्राप्त करता है या सेट करता है।
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.util.Date |
setLastModifiedTime(Date value)
public void setLastModifiedTime(Date value)
Gets or sets the last modified time.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.util.Date |
setNumberList(NumberList value)
public void setNumberList(NumberList value)
क्रमांकित सूची शीर्षक के लिए शैली प्राप्त करता है या सेट करता है।
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | NumberList |