Class Style
java.lang.Object
com.independentsoft.office.word.styles.Style
The Class Style.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the aliases.Gets the auto redefine.Gets the cell properties.Gets the default.Gets the hidden.getID()Gets the id.Gets the checks if is custom style.Gets the linked style id.Gets the locked.getName()Gets the name.getNext()Gets the next.Gets the paragraph properties.Gets the parent style id.Gets the personal.Gets the personal compose.Gets the personal reply.Gets the primary.Gets the revision id.Gets the row properties.Gets the run properties.Gets the semi hidden.Gets the table properties.Gets the table style conditional formattings.getType()Gets the type.Gets the unhide when used.intGets the unique id.intGets the user interface priority.voidsetAliases(String aliases)Sets the aliases.voidsetAutoRedefine(ExtendedBoolean autoRedefine)Sets the auto redefine.voidsetDefault(ExtendedBoolean isDefault)Sets the default.voidsetHidden(ExtendedBoolean hidden)Sets the hidden.voidSets the id.voidsetIsCustomStyle(ExtendedBoolean isCustomStyle)Sets the checks if is custom style.voidsetLinkedStyleID(String linkedStyleID)Sets the linked style id.voidsetLocked(ExtendedBoolean locked)Sets the locked.voidSets the name.voidSets the next.voidsetParentStyleID(String parentStyleID)Sets the parent style id.voidsetPersonal(ExtendedBoolean personal)Sets the personal.voidsetPersonalCompose(ExtendedBoolean personalCompose)Sets the personal compose.voidsetPersonalReply(ExtendedBoolean personalReply)Sets the personal reply.voidsetPrimary(ExtendedBoolean primary)Sets the primary.voidsetRevisionID(String revisionID)Sets the revision id.voidsetSemiHidden(ExtendedBoolean semiHidden)Sets the semi hidden.voidSets the type.voidsetUnhideWhenUsed(ExtendedBoolean unhideWhenUsed)Sets the unhide when used.voidsetUniqueID(int uniqueID)Sets the unique id.voidsetUserInterfacePriority(int uiPriority)Sets the user interface priority.toString()
-
Constructor Details
-
Style
public Style()Instantiates a new style.
-
-
Method Details
-
clone
-
toString
-
getParagraphProperties
Gets the paragraph properties.- Returns:
- the paragraph properties
-
getRunProperties
Gets the run properties.- Returns:
- the run properties
-
getTableProperties
Gets the table properties.- Returns:
- the table properties
-
getRowProperties
Gets the row properties.- Returns:
- the row properties
-
getCellProperties
Gets the cell properties.- Returns:
- the cell properties
-
getTableStyleConditionalFormattings
Gets the table style conditional formattings.- Returns:
- the table style conditional formattings
-
getAliases
Gets the aliases.- Returns:
- the aliases
-
setAliases
Sets the aliases.- Parameters:
aliases- the new aliases
-
getAutoRedefine
Gets the auto redefine.- Returns:
- the auto redefine
-
setAutoRedefine
Sets the auto redefine.- Parameters:
autoRedefine- the new auto redefine
-
getHidden
Gets the hidden.- Returns:
- the hidden
-
setHidden
Sets the hidden.- Parameters:
hidden- the new hidden
-
getSemiHidden
Gets the semi hidden.- Returns:
- the semi hidden
-
setSemiHidden
Sets the semi hidden.- Parameters:
semiHidden- the new semi hidden
-
getLocked
Gets the locked.- Returns:
- the locked
-
setLocked
Sets the locked.- Parameters:
locked- the new locked
-
getPersonal
Gets the personal.- Returns:
- the personal
-
setPersonal
Sets the personal.- Parameters:
personal- the new personal
-
getPersonalCompose
Gets the personal compose.- Returns:
- the personal compose
-
setPersonalCompose
Sets the personal compose.- Parameters:
personalCompose- the new personal compose
-
getPersonalReply
Gets the personal reply.- Returns:
- the personal reply
-
setPersonalReply
Sets the personal reply.- Parameters:
personalReply- the new personal reply
-
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
-
getPrimary
Gets the primary.- Returns:
- the primary
-
setPrimary
Sets the primary.- Parameters:
primary- the new primary
-
getParentStyleID
Gets the parent style id.- Returns:
- the parent style id
-
setParentStyleID
Sets the parent style id.- Parameters:
parentStyleID- the new parent style id
-
getLinkedStyleID
Gets the linked style id.- Returns:
- the linked style id
-
setLinkedStyleID
Sets the linked style id.- Parameters:
linkedStyleID- the new linked style id
-
getName
Gets the name.- Returns:
- the name
-
setName
Sets the name.- Parameters:
name- the new name
-
getNext
Gets the next.- Returns:
- the next
-
setNext
Sets the next.- Parameters:
next- the new next
-
getUniqueID
public int getUniqueID()Gets the unique id.- Returns:
- the unique id
-
setUniqueID
public void setUniqueID(int uniqueID)Sets the unique id.- Parameters:
uniqueID- the new unique id
-
getRevisionID
Gets the revision id.- Returns:
- the revision id
-
setRevisionID
Sets the revision id.- Parameters:
revisionID- the new revision id
-
getIsCustomStyle
Gets the checks if is custom style.- Returns:
- the checks if is custom style
-
setIsCustomStyle
Sets the checks if is custom style.- Parameters:
isCustomStyle- the new checks if is custom style
-
getDefault
Gets the default.- Returns:
- the default
-
setDefault
Sets the default.- Parameters:
isDefault- the new default
-
getID
Gets the id.- Returns:
- the id
-
setID
Sets the id.- Parameters:
id- the new id
-
getType
Gets the type.- Returns:
- the type
-
setType
Sets the type.- Parameters:
type- the new type
-