Class IndentProp

java.lang.Object
org.apache.poi.hslf.model.textproperties.IndentProp
All Implemented Interfaces:
GenericRecord

public class IndentProp extends Object implements GenericRecord
Definition of the indent level of some text. Defines how many characters it applies to, and what indent level they share. This is defined by the slightly confusingly named MasterTextPropRun
  • Constructor Details

    • IndentProp

      public IndentProp(int charactersCovered, short indentLevel)
      Generate the definition of a given text indent
  • Method Details

    • getCharactersCovered

      public int getCharactersCovered()
      Fetch the number of characters this styling applies to
    • getIndentLevel

      public int getIndentLevel()
    • setIndentLevel

      public void setIndentLevel(int indentLevel)
      Sets the indent level, which can be between 0 and 4
    • updateTextSize

      public void updateTextSize(int textSize)
      Update the size of the text that this set of properties applies to
    • getGenericProperties

      public Map<String,Supplier<?>> getGenericProperties()
      Specified by:
      getGenericProperties in interface GenericRecord