Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CheckBox ¶
type CheckBox struct {
// contains filtered or unexported fields
}
CheckBox represents a checkbox in a word document with any corresponding text.
func NewCheckBox ¶
NewCheckBox constructs a new checkbox. Checks if the checkmark value can actually be found. If it cannot be found, will return nil.
func (*CheckBox) GetTextValue ¶
GetTextValue will return the corresponding text for the checkbox.
func (*CheckBox) SetCheckMarkTo ¶
SetCheckMarkTo will set the checkbox state according to the input value.
Click to show internal directories.
Click to hide internal directories.