MsoTextFrame
Inheritance: java.lang.Object
public class MsoTextFrame
Represents the text frame in a Shape object.
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getAutoSize() | Indicates if size of shape is adjusted automatically according to its content. |
getBottomMarginPt() | Returns the bottom margin in unit of Points |
getClass() | |
getLeftMarginPt() | Returns the left margin in unit of Points |
getRightMarginPt() | Returns the right margin in unit of Points |
getRotateTextWithShape() | Indicates whether rotating text with shape. |
getTopMarginPt() | Returns the top margin in unit of Points |
hashCode() | |
isAutoMargin() | Indicates whether the margin is auto calculated. |
notify() | |
notifyAll() | |
setAutoMargin(boolean value) | Indicates whether the margin is auto calculated. |
setAutoSize(boolean value) | Indicates if size of shape is adjusted automatically according to its content. |
setBottomMarginPt(double value) | Returns the bottom margin in unit of Points |
setLeftMarginPt(double value) | Returns the left margin in unit of Points |
setRightMarginPt(double value) | Returns the right margin in unit of Points |
setRotateTextWithShape(boolean value) | Indicates whether rotating text with shape. |
setTopMarginPt(double value) | Returns the top margin in unit of Points |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getAutoSize()
public boolean getAutoSize()
Indicates if size of shape is adjusted automatically according to its content.
Returns: boolean
getBottomMarginPt()
public double getBottomMarginPt()
Returns the bottom margin in unit of Points
Returns: double
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getLeftMarginPt()
public double getLeftMarginPt()
Returns the left margin in unit of Points
Returns: double
getRightMarginPt()
public double getRightMarginPt()
Returns the right margin in unit of Points
Returns: double
getRotateTextWithShape()
public boolean getRotateTextWithShape()
Indicates whether rotating text with shape.
Returns: boolean
getTopMarginPt()
public double getTopMarginPt()
Returns the top margin in unit of Points
Returns: double
hashCode()
public native int hashCode()
Returns: int
isAutoMargin()
public boolean isAutoMargin()
Indicates whether the margin is auto calculated.
Returns: boolean
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setAutoMargin(boolean value)
public void setAutoMargin(boolean value)
Indicates whether the margin is auto calculated.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
setAutoSize(boolean value)
public void setAutoSize(boolean value)
Indicates if size of shape is adjusted automatically according to its content.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
setBottomMarginPt(double value)
public void setBottomMarginPt(double value)
Returns the bottom margin in unit of Points
Parameters:
Parameter | Type | Description |
---|---|---|
value | double |
setLeftMarginPt(double value)
public void setLeftMarginPt(double value)
Returns the left margin in unit of Points
Parameters:
Parameter | Type | Description |
---|---|---|
value | double |
setRightMarginPt(double value)
public void setRightMarginPt(double value)
Returns the right margin in unit of Points
Parameters:
Parameter | Type | Description |
---|---|---|
value | double |
setRotateTextWithShape(boolean value)
public void setRotateTextWithShape(boolean value)
Indicates whether rotating text with shape.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
setTopMarginPt(double value)
public void setTopMarginPt(double value)
Returns the top margin in unit of Points
Parameters:
Parameter | Type | Description |
---|---|---|
value | double |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |