MsoTextFrame

Inheritance: java.lang.Object

public class MsoTextFrame

Represents the text frame in a Shape object.

Methods

MethodDescription
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:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
valueboolean

setAutoSize(boolean value)

public void setAutoSize(boolean value)

Indicates if size of shape is adjusted automatically according to its content.

Parameters:

ParameterTypeDescription
valueboolean

setBottomMarginPt(double value)

public void setBottomMarginPt(double value)

Returns the bottom margin in unit of Points

Parameters:

ParameterTypeDescription
valuedouble

setLeftMarginPt(double value)

public void setLeftMarginPt(double value)

Returns the left margin in unit of Points

Parameters:

ParameterTypeDescription
valuedouble

setRightMarginPt(double value)

public void setRightMarginPt(double value)

Returns the right margin in unit of Points

Parameters:

ParameterTypeDescription
valuedouble

setRotateTextWithShape(boolean value)

public void setRotateTextWithShape(boolean value)

Indicates whether rotating text with shape.

Parameters:

ParameterTypeDescription
valueboolean

setTopMarginPt(double value)

public void setTopMarginPt(double value)

Returns the top margin in unit of Points

Parameters:

ParameterTypeDescription
valuedouble

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int