Class NewFormattingInformation
java.lang.Object
com.independentsoft.office.spreadsheet.revisions.NewFormattingInformation
The Class NewFormattingInformation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the alignment.Gets the border.getFill()Gets the fill.getFont()Gets the font.Gets the number format.Gets the protection.voidsetAlignment(CellAlignment alignment)Sets the alignment.voidsetBorder(CellBorder border)Sets the border.voidSets the fill.voidSets the font.voidsetNumberFormat(NumberFormat numberFormat)Sets the number format.voidsetProtection(Protection protection)Sets the protection.toString()
-
Constructor Details
-
NewFormattingInformation
public NewFormattingInformation()Instantiates a new new formatting information.
-
-
Method Details
-
clone
-
toString
-
getAlignment
Gets the alignment.- Returns:
- the alignment
-
setAlignment
Sets the alignment.- Parameters:
alignment- the new alignment
-
getBorder
Gets the border.- Returns:
- the border
-
setBorder
Sets the border.- Parameters:
border- the new border
-
getFill
Gets the fill.- Returns:
- the fill
-
setFill
Sets the fill.- Parameters:
fill- the new fill
-
getFont
Gets the font.- Returns:
- the font
-
setFont
Sets the font.- Parameters:
font- the new font
-
getNumberFormat
Gets the number format.- Returns:
- the number format
-
setNumberFormat
Sets the number format.- Parameters:
numberFormat- the new number format
-
getProtection
Gets the protection.- Returns:
- the protection
-
setProtection
Sets the protection.- Parameters:
protection- the new protection
-