StyleProp
Inheritance: java.lang.Object
public class StyleProp
Contains elements that control style behavior, such as whether a style includes text, line, and fill attributes.
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
getDel() | A flag indicating whether the element has been deleted locally. |
getEnableFillProps() | Specifies whether a style includes fill properties. |
getEnableLineProps() | Specifies whether a style includes line properties |
getEnableTextProps() | Specifies whether a style includes text properties. |
getHideForApply() | Specifies where a style is shown in the Microsoft Visio user interface. |
hashCode() | |
notify() | |
notifyAll() | |
setDel(int value) | For the description of this property, please see getDel() |
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
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class>
getDel()
public int getDel()
A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally.
Returns: int
getEnableFillProps()
public BoolValue getEnableFillProps()
Specifies whether a style includes fill properties.
Returns: BoolValue
getEnableLineProps()
public BoolValue getEnableLineProps()
Specifies whether a style includes line properties
Returns: BoolValue
getEnableTextProps()
public BoolValue getEnableTextProps()
Specifies whether a style includes text properties.
Returns: BoolValue
getHideForApply()
public BoolValue getHideForApply()
Specifies where a style is shown in the Microsoft Visio user interface.
Returns: BoolValue
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setDel(int value)
public void setDel(int value)
For the description of this property, please see getDel()
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
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 |