SmartTagOptions

Inheritance: java.lang.Object

public class SmartTagOptions

Represents the options of the smart tag.

Constructors

ConstructorDescription
SmartTagOptions()

Methods

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

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

ParameterTypeDescription
valueboolean

setShowType(int value)

public void setShowType(int value)

Represents the show type of smart tag.

See SmartTagShowType.

Parameters:

ParameterTypeDescription
valueint

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