Class IllustrationIndexEntryTemplate

java.lang.Object
com.independentsoft.office.odf.IllustrationIndexEntryTemplate

public class IllustrationIndexEntryTemplate extends Object
Represents the format of an index entry.
  • 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.
      Overrides:
      clone in class Object
      Returns:
      A new object that is a copy of this instance.
    • toString

      public String toString()
      Converts the value of the current IllustrationIndexEntryTemplate object to its equivalent string representation.
      Overrides:
      toString in class Object
      Returns:
      the string
    • getStyle

      public String getStyle()
      Gets the paragraph family style.
      Returns:
      the style
    • setStyle

      public void setStyle(String style)
      Sets the paragraph family style.
      Parameters:
      style - the new style
    • getContent

      Contains a collection of "IIllustrationIndexEntryTemplateContent objects.
      Returns:
      the content