MsoLineFormatHelper

Inheritance: java.lang.Object

public class MsoLineFormatHelper

Represents line and arrowhead formatting.

Methods

MethodDescription
equals(Object arg0)
getBackColor()Gets the border line back color.
getClass()
getDashStyle()Gets the dash style for the specified line.
getForeColor()Gets the border line fore color.
getStyle()Returns a Style object that represents the style of the specified range.
getTransparency()Returns or sets the degree of transparency of the specified fill as a value from 0.0 (opaque) through 1.0 (clear).
getWeight()Returns or sets the weight of the line ,in units of pt.
hashCode()
isVisible()Indicates whether the object is visible.
notify()
notifyAll()
setBackColor(Color value)Sets the border line back color.
setDashStyle(int value)Sets the dash style for the specified line.
setForeColor(Color value)Sets the border line fore color.
setStyle(int value)Returns a Style object that represents the style of the specified range.
setTransparency(double value)Returns or sets the degree of transparency of the specified fill as a value from 0.0 (opaque) through 1.0 (clear).
setVisible(boolean value)Indicates whether the object is visible.
setWeight(double value)Returns or sets the weight of the line ,in units of pt.
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

getBackColor()

public Color getBackColor()

Gets the border line back color.

Returns: Color

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getDashStyle()

public int getDashStyle()

Gets the dash style for the specified line.

See MsoLineDashStyle.

Returns: int

getForeColor()

public Color getForeColor()

Gets the border line fore color.

Returns: Color

getStyle()

public int getStyle()

Returns a Style object that represents the style of the specified range.

See MsoLineStyle.

Returns: int

getTransparency()

public double getTransparency()

Returns or sets the degree of transparency of the specified fill as a value from 0.0 (opaque) through 1.0 (clear).

Returns: double

getWeight()

public double getWeight()

Returns or sets the weight of the line ,in units of pt.

Returns: double

hashCode()

public native int hashCode()

Returns: int

isVisible()

public boolean isVisible()

Indicates whether the object is visible.

Returns: boolean

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setBackColor(Color value)

public void setBackColor(Color value)

Sets the border line back color.

Parameters:

ParameterTypeDescription
valueColor

setDashStyle(int value)

public void setDashStyle(int value)

Sets the dash style for the specified line.

See MsoLineDashStyle.

Parameters:

ParameterTypeDescription
valueint

setForeColor(Color value)

public void setForeColor(Color value)

Sets the border line fore color.

Parameters:

ParameterTypeDescription
valueColor

setStyle(int value)

public void setStyle(int value)

Returns a Style object that represents the style of the specified range.

See MsoLineStyle.

Parameters:

ParameterTypeDescription
valueint

setTransparency(double value)

public void setTransparency(double value)

Returns or sets the degree of transparency of the specified fill as a value from 0.0 (opaque) through 1.0 (clear).

Parameters:

ParameterTypeDescription
valuedouble

setVisible(boolean value)

public void setVisible(boolean value)

Indicates whether the object is visible.

Parameters:

ParameterTypeDescription
valueboolean

setWeight(double value)

public void setWeight(double value)

Returns or sets the weight of the line ,in units of pt.

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