Class RevisionAutoFormat
java.lang.Object
com.independentsoft.office.spreadsheet.revisions.RevisionAutoFormat
The Class RevisionAutoFormat.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()intGets the auto format id.Gets the reference.intGets the sheet id.booleanChecks if is apply alignment formats.booleanChecks if is apply border formats.booleanChecks if is apply font formats.booleanChecks if is apply number formats.booleanChecks if is apply pattern formats.booleanChecks if is apply width height formats.voidsetApplyAlignmentFormats(boolean applyAlignmentFormats)Sets the apply alignment formats.voidsetApplyBorderFormats(boolean applyBorderFormats)Sets the apply border formats.voidsetApplyFontFormats(boolean applyFontFormats)Sets the apply font formats.voidsetApplyNumberFormats(boolean applyNumberFormats)Sets the apply number formats.voidsetApplyPatternFormats(boolean applyPatternFormats)Sets the apply pattern formats.voidsetApplyWidthHeightFormats(boolean applyWidthHeightFormats)Sets the apply width height formats.voidsetAutoFormatID(int autoFormatID)Sets the auto format id.voidsetReference(String reference)Sets the reference.voidsetSheetID(int sheetID)Sets the sheet id.toString()
-
Constructor Details
-
RevisionAutoFormat
public RevisionAutoFormat()Instantiates a new revision auto format.
-
-
Method Details
-
clone
-
toString
-
isApplyAlignmentFormats
public boolean isApplyAlignmentFormats()Checks if is apply alignment formats.- Returns:
- true, if is apply alignment formats
-
setApplyAlignmentFormats
public void setApplyAlignmentFormats(boolean applyAlignmentFormats)Sets the apply alignment formats.- Parameters:
applyAlignmentFormats- the new apply alignment formats
-
isApplyBorderFormats
public boolean isApplyBorderFormats()Checks if is apply border formats.- Returns:
- true, if is apply border formats
-
setApplyBorderFormats
public void setApplyBorderFormats(boolean applyBorderFormats)Sets the apply border formats.- Parameters:
applyBorderFormats- the new apply border formats
-
isApplyFontFormats
public boolean isApplyFontFormats()Checks if is apply font formats.- Returns:
- true, if is apply font formats
-
setApplyFontFormats
public void setApplyFontFormats(boolean applyFontFormats)Sets the apply font formats.- Parameters:
applyFontFormats- the new apply font formats
-
isApplyNumberFormats
public boolean isApplyNumberFormats()Checks if is apply number formats.- Returns:
- true, if is apply number formats
-
setApplyNumberFormats
public void setApplyNumberFormats(boolean applyNumberFormats)Sets the apply number formats.- Parameters:
applyNumberFormats- the new apply number formats
-
isApplyPatternFormats
public boolean isApplyPatternFormats()Checks if is apply pattern formats.- Returns:
- true, if is apply pattern formats
-
setApplyPatternFormats
public void setApplyPatternFormats(boolean applyPatternFormats)Sets the apply pattern formats.- Parameters:
applyPatternFormats- the new apply pattern formats
-
isApplyWidthHeightFormats
public boolean isApplyWidthHeightFormats()Checks if is apply width height formats.- Returns:
- true, if is apply width height formats
-
setApplyWidthHeightFormats
public void setApplyWidthHeightFormats(boolean applyWidthHeightFormats)Sets the apply width height formats.- Parameters:
applyWidthHeightFormats- the new apply width height formats
-
getAutoFormatID
public int getAutoFormatID()Gets the auto format id.- Returns:
- the auto format id
-
setAutoFormatID
public void setAutoFormatID(int autoFormatID)Sets the auto format id.- Parameters:
autoFormatID- the new auto format id
-
getSheetID
public int getSheetID()Gets the sheet id.- Returns:
- the sheet id
-
setSheetID
public void setSheetID(int sheetID)Sets the sheet id.- Parameters:
sheetID- the new sheet id
-
getReference
Gets the reference.- Returns:
- the reference
-
setReference
Sets the reference.- Parameters:
reference- the new reference
-