Package com.independentsoft.office.word
Class EastAsianLayout
java.lang.Object
com.independentsoft.office.word.EastAsianLayout
The Class EastAsianLayout.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the combine brackets.intgetID()Gets the id.Gets the text combination type.Gets the vertical.Gets the vertical compress.voidsetCombineBrackets(CombineBrackets combineBrackets)Sets the combine brackets.voidsetID(int id)Sets the id.voidsetTextCombinationType(TextCombinationType combine)Sets the text combination type.voidsetVertical(ExtendedBoolean vertical)Sets the vertical.voidsetVerticalCompress(ExtendedBoolean verticalCompress)Sets the vertical compress.toString()
-
Constructor Details
-
EastAsianLayout
public EastAsianLayout()Instantiates a new east asian layout.
-
-
Method Details
-
clone
-
toString
-
getTextCombinationType
Gets the text combination type.- Returns:
- the text combination type
-
setTextCombinationType
Sets the text combination type.- Parameters:
combine- the new text combination type
-
getCombineBrackets
Gets the combine brackets.- Returns:
- the combine brackets
-
setCombineBrackets
Sets the combine brackets.- Parameters:
combineBrackets- the new combine brackets
-
getVertical
Gets the vertical.- Returns:
- the vertical
-
setVertical
Sets the vertical.- Parameters:
vertical- the new vertical
-
getVerticalCompress
Gets the vertical compress.- Returns:
- the vertical compress
-
setVerticalCompress
Sets the vertical compress.- Parameters:
verticalCompress- the new vertical compress
-
getID
public int getID()Gets the id.- Returns:
- the id
-
setID
public void setID(int id)Sets the id.- Parameters:
id- the new id
-