Class NumberingLevel
java.lang.Object
com.independentsoft.office.word.numbering.NumberingLevel
The Class NumberingLevel.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the format.Gets the justification.Gets the legacy level.intgetLevel()Gets the level.Gets the paragraph properties.Gets the paragraph style name.intGets the picture id.intGets the restart.Gets the run properties.intgetStart()Gets the start.Gets the content between a number and the paragraph text.Gets the template code.Gets the tentative.getText()Gets the text.Gets the use arabic.voidsetFormat(NumberingFormat format)Sets the format.voidsetJustification(HorizontalAlignmentType justification)Sets the justification.voidsetLegacyLevel(LegacyNumberingLevel legacyLevel)Sets the legacy level.voidsetLevel(int level)Sets the level.voidsetParagraphStyleName(String paragraphStyleName)Sets the paragraph style name.voidsetPictureID(int pictureID)Sets the picture id.voidsetRestart(int restart)Sets the restart.voidsetStart(int start)Sets the start.voidSets the content between a number and the paragraph text.voidsetTemplateCode(String templateCode)Sets the template code.voidsetTentative(ExtendedBoolean tentative)Sets the tentative.voidsetText(NumberingLevelText text)Sets the text.voidsetUseArabic(ExtendedBoolean useArabic)Sets the use arabic.toString()
-
Constructor Details
-
NumberingLevel
public NumberingLevel()Instantiates a new numbering level.
-
-
Method Details
-
clone
-
toString
-
getParagraphProperties
Gets the paragraph properties.- Returns:
- the paragraph properties
-
getRunProperties
Gets the run properties.- Returns:
- the run properties
-
getUseArabic
Gets the use arabic.- Returns:
- the use arabic
-
setUseArabic
Sets the use arabic.- Parameters:
useArabic- the new use arabic
-
getTentative
Gets the tentative.- Returns:
- the tentative
-
setTentative
Sets the tentative.- Parameters:
tentative- the new tentative
-
getTemplateCode
Gets the template code.- Returns:
- the template code
-
setTemplateCode
Sets the template code.- Parameters:
templateCode- the new template code
-
getSuffix
Gets the content between a number and the paragraph text. Allowed values are "tab", "space" and "nothing".- Returns:
- the suffix
-
setSuffix
Sets the content between a number and the paragraph text. Allowed values are "tab", "space" and "nothing".- Parameters:
suffix- the new suffix
-
getLegacyLevel
Gets the legacy level.- Returns:
- the legacy level
-
setLegacyLevel
Sets the legacy level.- Parameters:
legacyLevel- the new legacy level
-
getJustification
Gets the justification.- Returns:
- the justification
-
setJustification
Sets the justification.- Parameters:
justification- the new justification
-
getPictureID
public int getPictureID()Gets the picture id.- Returns:
- the picture id
-
setPictureID
public void setPictureID(int pictureID)Sets the picture id.- Parameters:
pictureID- the new picture id
-
getRestart
public int getRestart()Gets the restart.- Returns:
- the restart
-
setRestart
public void setRestart(int restart)Sets the restart.- Parameters:
restart- the new restart
-
getStart
public int getStart()Gets the start.- Returns:
- the start
-
setStart
public void setStart(int start)Sets the start.- Parameters:
start- the new start
-
getText
Gets the text.- Returns:
- the text
-
setText
Sets the text.- Parameters:
text- the new text
-
getFormat
Gets the format.- Returns:
- the format
-
setFormat
Sets the format.- Parameters:
format- the new format
-
getParagraphStyleName
Gets the paragraph style name.- Returns:
- the paragraph style name
-
setParagraphStyleName
Sets the paragraph style name.- Parameters:
paragraphStyleName- the new paragraph style name
-
getLevel
public int getLevel()Gets the level.- Returns:
- the level
-
setLevel
public void setLevel(int level)Sets the level.- Parameters:
level- the new level
-