Class PhoneticProperties
java.lang.Object
com.independentsoft.office.spreadsheet.PhoneticProperties
The Class PhoneticProperties.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new phonetic properties.Instantiates a new phonetic properties. -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the alignment.intGets the font id.getType()Gets the type.static booleanChecks if is empty.voidsetAlignment(PhoneticAlignment alignment)Sets the alignment.voidsetFontID(int fontID)Sets the font id.voidsetType(PhoneticType type)Sets the type.toString()
-
Constructor Details
-
PhoneticProperties
public PhoneticProperties()Instantiates a new phonetic properties. -
PhoneticProperties
Instantiates a new phonetic properties.- Parameters:
reader- the reader- Throws:
XMLStreamException- the xML stream exception
-
-
Method Details
-
clone
-
toString
-
isEmpty
Checks if is empty.- Parameters:
value- the value- Returns:
- true, if is empty
-
getAlignment
Gets the alignment.- Returns:
- the alignment
-
setAlignment
Sets the alignment.- Parameters:
alignment- the new alignment
-
getFontID
public int getFontID()Gets the font id.- Returns:
- the font id
-
setFontID
public void setFontID(int fontID)Sets the font id.- Parameters:
fontID- the new font id
-
getType
Gets the type.- Returns:
- the type
-
setType
Sets the type.- Parameters:
type- the new type
-