Package com.independentsoft.office.odf
Class TableOfContentsEntryTemplate
java.lang.Object
com.independentsoft.office.odf.TableOfContentsEntryTemplate
Represents the format of an index entry for a particular outline level.
-
Constructor Summary
ConstructorsConstructorDescriptionInitializes a new instance of the TableOfContentsEntryTemplate class. -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a new object that is a deep copy of the current instance.Contains a collection of ITableOfContentsEntryTemplateContent objects.intSpecifies to which outline level an entry configuration applies.getStyle()Gets the paragraph family styles.voidsetOutlineLevel(int outlineLevel)Specifies to which outline level an entry configuration applies.voidSets the paragraph family styles.toString()Converts the value of the current TableOfContentsEntryTemplate object to its equivalent string representation.
-
Constructor Details
-
TableOfContentsEntryTemplate
public TableOfContentsEntryTemplate()Initializes a new instance of the TableOfContentsEntryTemplate class.
-
-
Method Details
-
clone
Creates a new object that is a deep copy of the current instance. -
toString
Converts the value of the current TableOfContentsEntryTemplate object to its equivalent string representation. -
getStyle
Gets the paragraph family styles.- Returns:
- the style
-
setStyle
Sets the paragraph family styles.- Parameters:
style- the new style
-
getOutlineLevel
public int getOutlineLevel()Specifies to which outline level an entry configuration applies.- Returns:
- the outline level
-
setOutlineLevel
public void setOutlineLevel(int outlineLevel)Specifies to which outline level an entry configuration applies.- Parameters:
outlineLevel- the new outline level
-
getContent
Contains a collection of ITableOfContentsEntryTemplateContent objects.- Returns:
- the content
-