|
ASPOSE home |
java.lang.Objectcom.aspose.words.TextBox
public class TextBox
Use the
Property Getters/Setters Summary | ||
---|---|---|
double | getInternalMarginBottom() | |
void | setInternalMarginBottom(double value) | |
Specifies the inner bottom margin in points for a shape. | ||
double | getInternalMarginLeft() | |
void | setInternalMarginLeft(double value) | |
Specifies the inner left margin in points for a shape. | ||
double | getInternalMarginRight() | |
void | setInternalMarginRight(double value) | |
Specifies the inner right margin in points for a shape. | ||
double | getInternalMarginTop() | |
void | setInternalMarginTop(double value) | |
Specifies the inner top margin in points for a shape. | ||
int | getLayoutFlow() | |
void | setLayoutFlow(int value) | |
Determines the flow of the text layout in a shape. The value of the property is LayoutFlow integer constant. |
Property Getters/Setters Detail |
---|
getInternalMarginLeft/setInternalMarginLeft | |
public double getInternalMarginLeft() public void setInternalMarginLeft(double value) |
The default value is 1/10 inch.
getInternalMarginRight/setInternalMarginRight | |
public double getInternalMarginRight() public void setInternalMarginRight(double value) |
The default value is 1/10 inch.
getInternalMarginTop/setInternalMarginTop | |
public double getInternalMarginTop() public void setInternalMarginTop(double value) |
The default value is 1/20 inch.
getInternalMarginBottom/setInternalMarginBottom | |
public double getInternalMarginBottom() public void setInternalMarginBottom(double value) |
The default value is 1/20 inch.
getLayoutFlow/setLayoutFlow | |
public int getLayoutFlow() public void setLayoutFlow(int value) |
The default value is
|
ASPOSE home |