SmartTagOptions
Contents
[
Hide
]Inheritance: java.lang.Object
public class SmartTagOptions
Represents the options of the smart tag.
Constructors
Constructor | Description |
---|---|
SmartTagOptions() |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
getEmbedSmartTags() | Indicates whether saving smart tags with the workbook. |
getShowType() | Represents the show type of smart tag. |
hashCode() | |
notify() | |
notifyAll() | |
setEmbedSmartTags(boolean value) | Indicates whether saving smart tags with the workbook. |
setShowType(int value) | Represents the show type of smart tag. |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
SmartTagOptions()
public SmartTagOptions()
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
getEmbedSmartTags()
public boolean getEmbedSmartTags()
Indicates whether saving smart tags with the workbook.
Returns: boolean
getShowType()
public int getShowType()
Represents the show type of smart tag.
See SmartTagShowType.
Returns: int
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setEmbedSmartTags(boolean value)
public void setEmbedSmartTags(boolean value)
Indicates whether saving smart tags with the workbook.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
setShowType(int value)
public void setShowType(int value)
Represents the show type of smart tag.
See SmartTagShowType.
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 |