Package com.independentsoft.office.odf
Class IllustrationIndexEntryTemplate
java.lang.Object
com.independentsoft.office.odf.IllustrationIndexEntryTemplate
Represents the format of an index entry.
-
Constructor Summary
ConstructorsConstructorDescriptionInitializes a new instance of the IllustrationIndexEntryTemplate class. -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a new object that is a deep copy of the current instance.Contains a collection of "IIllustrationIndexEntryTemplateContent objects.getStyle()Gets the paragraph family style.voidSets the paragraph family style.toString()Converts the value of the current IllustrationIndexEntryTemplate object to its equivalent string representation.
-
Constructor Details
-
IllustrationIndexEntryTemplate
public IllustrationIndexEntryTemplate()Initializes a new instance of the IllustrationIndexEntryTemplate class.
-
-
Method Details
-
clone
Creates a new object that is a deep copy of the current instance. -
toString
Converts the value of the current IllustrationIndexEntryTemplate object to its equivalent string representation. -
getStyle
Gets the paragraph family style.- Returns:
- the style
-
setStyle
Sets the paragraph family style.- Parameters:
style- the new style
-
getContent
Contains a collection of "IIllustrationIndexEntryTemplateContent objects.- Returns:
- the content
-