Class LatentStyleException
java.lang.Object
com.independentsoft.office.word.styles.LatentStyleException
The Class LatentStyleException.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the locked.getName()Gets the name.Gets the primary.Gets the semi hidden.Gets the unhide when used.intGets the user interface priority.voidsetLocked(ExtendedBoolean locked)Sets the locked.voidSets the name.voidsetPrimary(ExtendedBoolean primary)Sets the primary.voidsetSemiHidden(ExtendedBoolean semiHidden)Sets the semi hidden.voidsetUnhideWhenUsed(ExtendedBoolean unhideWhenUsed)Sets the unhide when used.voidsetUserInterfacePriority(int uiPriority)Sets the user interface priority.toString()
-
Constructor Details
-
LatentStyleException
public LatentStyleException()Instantiates a new latent style exception.
-
-
Method Details
-
clone
-
toString
-
getName
Gets the name.- Returns:
- the name
-
setName
Sets the name.- Parameters:
name- the new name
-
getLocked
Gets the locked.- Returns:
- the locked
-
setLocked
Sets the locked.- Parameters:
locked- the new locked
-
getPrimary
Gets the primary.- Returns:
- the primary
-
setPrimary
Sets the primary.- Parameters:
primary- the new primary
-
getSemiHidden
Gets the semi hidden.- Returns:
- the semi hidden
-
setSemiHidden
Sets the semi hidden.- Parameters:
semiHidden- the new semi hidden
-
getUserInterfacePriority
public int getUserInterfacePriority()Gets the user interface priority.- Returns:
- the user interface priority
-
setUserInterfacePriority
public void setUserInterfacePriority(int uiPriority)Sets the user interface priority.- Parameters:
uiPriority- the new user interface priority
-
getUnhideWhenUsed
Gets the unhide when used.- Returns:
- the unhide when used
-
setUnhideWhenUsed
Sets the unhide when used.- Parameters:
unhideWhenUsed- the new unhide when used
-