com.spire.doc.documents
Class SdtCheckBox

java.lang.Object
  extended by com.spire.doc.documents.SdtControlProperties
      extended by com.spire.doc.documents.SdtCheckBox

public class SdtCheckBox
extends SdtControlProperties

Office2010 SDT checkbox control properties.


Field Summary
static char Default_Checked_State
           
static java.lang.String Default_Font_Name
           
static char Default_Unchecked_State
           
 
Constructor Summary
SdtCheckBox()
          Initializes a new instance of the SdtCheckBox class
 
Method Summary
 boolean getChecked()
          Indicates if checkbox is in checked state.
 void setChecked(boolean value)
          Indicates if checkbox is in checked state.
 
Methods inherited from class com.spire.doc.documents.SdtControlProperties
getType
 

Field Detail

Default_Checked_State

public static final char Default_Checked_State
See Also:
Constant Field Values

Default_Unchecked_State

public static final char Default_Unchecked_State
See Also:
Constant Field Values

Default_Font_Name

public static final java.lang.String Default_Font_Name
See Also:
Constant Field Values
Constructor Detail

SdtCheckBox

public SdtCheckBox()
Initializes a new instance of the SdtCheckBox class

Method Detail

getChecked

public boolean getChecked()
Indicates if checkbox is in checked state.

Returns:
boolean

setChecked

public void setChecked(boolean value)
Indicates if checkbox is in checked state.

Parameters:
value - boolean