Package com.independentsoft.office.word
Class Div
java.lang.Object
com.independentsoft.office.word.Div
The Class Div.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the block quote.Gets the body div.Gets the bottom border.intGets the bottom margin.Gets the children.longgetID()Gets the id.Gets the left border.intGets the left margin.Gets the right border.intGets the right margin.Gets the top border.intGets the top margin.voidsetBlockQuote(ExtendedBoolean blockQuote)Sets the block quote.voidsetBodyDiv(ExtendedBoolean bodyDiv)Sets the body div.voidsetBottomBorder(BottomBorder bottomBorder)Sets the bottom border.voidsetBottomMargin(int bottomMargin)Sets the bottom margin.voidsetID(long id)Sets the id.voidsetLeftBorder(LeftBorder leftBorder)Sets the left border.voidsetLeftMargin(int leftMargin)Sets the left margin.voidsetRightBorder(RightBorder rightBorder)Sets the right border.voidsetRightMargin(int rightMargin)Sets the right margin.voidsetTopBorder(TopBorder topBorder)Sets the top border.voidsetTopMargin(int topMargin)Sets the top margin.toString()
-
Constructor Details
-
Div
public Div()Instantiates a new div.
-
-
Method Details
-
clone
-
toString
-
getID
public long getID()Gets the id.- Returns:
- the id
-
setID
public void setID(long id)Sets the id.- Parameters:
id- the new id
-
getBlockQuote
Gets the block quote.- Returns:
- the block quote
-
setBlockQuote
Sets the block quote.- Parameters:
blockQuote- the new block quote
-
getBodyDiv
Gets the body div.- Returns:
- the body div
-
setBodyDiv
Sets the body div.- Parameters:
bodyDiv- the new body div
-
getBottomBorder
Gets the bottom border.- Returns:
- the bottom border
-
setBottomBorder
Sets the bottom border.- Parameters:
bottomBorder- the new bottom border
-
getTopBorder
Gets the top border.- Returns:
- the top border
-
setTopBorder
Sets the top border.- Parameters:
topBorder- the new top border
-
getLeftBorder
Gets the left border.- Returns:
- the left border
-
setLeftBorder
Sets the left border.- Parameters:
leftBorder- the new left border
-
getRightBorder
Gets the right border.- Returns:
- the right border
-
setRightBorder
Sets the right border.- Parameters:
rightBorder- the new right border
-
getLeftMargin
public int getLeftMargin()Gets the left margin.- Returns:
- the left margin
-
setLeftMargin
public void setLeftMargin(int leftMargin)Sets the left margin.- Parameters:
leftMargin- the new left margin
-
getRightMargin
public int getRightMargin()Gets the right margin.- Returns:
- the right margin
-
setRightMargin
public void setRightMargin(int rightMargin)Sets the right margin.- Parameters:
rightMargin- the new right margin
-
getTopMargin
public int getTopMargin()Gets the top margin.- Returns:
- the top margin
-
setTopMargin
public void setTopMargin(int topMargin)Sets the top margin.- Parameters:
topMargin- the new top margin
-
getBottomMargin
public int getBottomMargin()Gets the bottom margin.- Returns:
- the bottom margin
-
setBottomMargin
public void setBottomMargin(int bottomMargin)Sets the bottom margin.- Parameters:
bottomMargin- the new bottom margin
-
getChildren
Gets the children.- Returns:
- the children
-