Class LatentStyles
java.lang.Object
com.independentsoft.office.word.styles.LatentStyles
The Class LatentStyles.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()intgetCount()Gets the count.Gets the default locked state.Gets the default primary.Gets the default semi hidden.Gets the default unhide when used.intGets the default user interface priority.Gets the latent style exceptions.voidsetCount(int count)Sets the count.voidsetDefaultLockedState(ExtendedBoolean defaultLockedState)Sets the default locked state.voidsetDefaultPrimary(ExtendedBoolean defaultPrimary)Sets the default primary.voidsetDefaultSemiHidden(ExtendedBoolean defaultSemiHidden)Sets the default semi hidden.voidsetDefaultUnhideWhenUsed(ExtendedBoolean defaultUnhideWhenUsed)Sets the default unhide when used.voidsetDefaultUserInterfacePriority(int defaultUIPriority)Sets the default user interface priority.toString()
-
Constructor Details
-
LatentStyles
public LatentStyles()Instantiates a new latent styles.
-
-
Method Details
-
clone
-
toString
-
getLatentStyleExceptions
Gets the latent style exceptions.- Returns:
- the latent style exceptions
-
getCount
public int getCount()Gets the count.- Returns:
- the count
-
setCount
public void setCount(int count)Sets the count.- Parameters:
count- the new count
-
getDefaultLockedState
Gets the default locked state.- Returns:
- the default locked state
-
setDefaultLockedState
Sets the default locked state.- Parameters:
defaultLockedState- the new default locked state
-
getDefaultPrimary
Gets the default primary.- Returns:
- the default primary
-
setDefaultPrimary
Sets the default primary.- Parameters:
defaultPrimary- the new default primary
-
getDefaultSemiHidden
Gets the default semi hidden.- Returns:
- the default semi hidden
-
setDefaultSemiHidden
Sets the default semi hidden.- Parameters:
defaultSemiHidden- the new default semi hidden
-
getDefaultUserInterfacePriority
public int getDefaultUserInterfacePriority()Gets the default user interface priority.- Returns:
- the default user interface priority
-
setDefaultUserInterfacePriority
public void setDefaultUserInterfacePriority(int defaultUIPriority)Sets the default user interface priority.- Parameters:
defaultUIPriority- the new default user interface priority
-
getDefaultUnhideWhenUsed
Gets the default unhide when used.- Returns:
- the default unhide when used
-
setDefaultUnhideWhenUsed
Sets the default unhide when used.- Parameters:
defaultUnhideWhenUsed- the new default unhide when used
-