Class StructuredDocumentTagProperties
java.lang.Object
com.independentsoft.office.word.customMarkup.StructuredDocumentTagProperties
The Class StructuredDocumentTagProperties.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new structured document tag properties. -
Method Summary
Modifier and TypeMethodDescriptionclone()getAlias()Gets the alias.Gets the builtin document part.Gets the check box.Gets the combo box.Gets the data binding.getDate()Gets the date.Gets the document part gallery.Gets the drop down list.longgetID()Gets the id.Gets the locking.Gets the placeholder.Gets the run properties.Gets the showing placeholder text.getTag()Gets the tag.Gets the temporary.getText()Gets the text.booleanChecks if is bibliography.booleanChecks if is citation.booleanChecks if is equation.booleanisGroup()Checks if is group.booleanChecks if is picture.booleanChecks if is rich text.voidSets the alias.voidsetBibliography(boolean isBibliography)Sets the bibliography.voidsetBuiltinDocumentPart(BuiltinDocumentPart builtinDocumentPart)Sets the builtin document part.voidsetCheckBox(StandardDocumentTagCheckBox checkBox)Sets the check box.voidsetCitation(boolean isCitation)Sets the citation.voidsetComboBox(ComboBox comboBox)Sets the combo box.voidsetDataBinding(DataBinding dataBinding)Sets the data binding.voidsetDate(StructuredDocumentTagDate date)Sets the date.voidsetDocumentPartGallery(DocumentPartGallery documentPartGallery)Sets the document part gallery.voidsetDropDownList(DropDownList dropDownList)Sets the drop down list.voidsetEquation(boolean isEquation)Sets the equation.voidsetGroup(boolean isGroup)Sets the group.voidsetID(long id)Sets the id.voidsetLocking(LockingType locking)Sets the locking.voidsetPicture(boolean isPicture)Sets the picture.voidsetPlaceholder(String placeholder)Sets the placeholder.voidsetRichText(boolean isRichText)Sets the rich text.voidsetShowingPlaceholderText(ExtendedBoolean showingPlaceholderText)Sets the showing placeholder text.voidSets the tag.voidsetTemporary(ExtendedBoolean temporary)Sets the temporary.voidsetText(StructuredDocumentTagText text)Sets the text.toString()
-
Constructor Details
-
StructuredDocumentTagProperties
public StructuredDocumentTagProperties()Instantiates a new structured document tag properties.
-
-
Method Details
-
clone
-
toString
-
getRunProperties
Gets the run properties.- Returns:
- the run properties
-
getAlias
Gets the alias.- Returns:
- the alias
-
setAlias
Sets the alias.- Parameters:
alias- the new alias
-
getPlaceholder
Gets the placeholder.- Returns:
- the placeholder
-
setPlaceholder
Sets the placeholder.- Parameters:
placeholder- the new placeholder
-
getShowingPlaceholderText
Gets the showing placeholder text.- Returns:
- the showing placeholder text
-
setShowingPlaceholderText
Sets the showing placeholder text.- Parameters:
showingPlaceholderText- the new showing placeholder text
-
getTemporary
Gets the temporary.- Returns:
- the temporary
-
setTemporary
Sets the temporary.- Parameters:
temporary- the new temporary
-
getDataBinding
Gets the data binding.- Returns:
- the data binding
-
setDataBinding
Sets the data binding.- Parameters:
dataBinding- the new data binding
-
getLocking
Gets the locking.- Returns:
- the locking
-
setLocking
Sets the locking.- Parameters:
locking- the new locking
-
isBibliography
public boolean isBibliography()Checks if is bibliography.- Returns:
- true, if is bibliography
-
setBibliography
public void setBibliography(boolean isBibliography)Sets the bibliography.- Parameters:
isBibliography- the new bibliography
-
isCitation
public boolean isCitation()Checks if is citation.- Returns:
- true, if is citation
-
setCitation
public void setCitation(boolean isCitation)Sets the citation.- Parameters:
isCitation- the new citation
-
getComboBox
Gets the combo box.- Returns:
- the combo box
-
setComboBox
Sets the combo box.- Parameters:
comboBox- the new combo box
-
getDate
Gets the date.- Returns:
- the date
-
setDate
Sets the date.- Parameters:
date- the new date
-
getDocumentPartGallery
Gets the document part gallery.- Returns:
- the document part gallery
-
setDocumentPartGallery
Sets the document part gallery.- Parameters:
documentPartGallery- the new document part gallery
-
getBuiltinDocumentPart
Gets the builtin document part.- Returns:
- the builtin document part
-
setBuiltinDocumentPart
Sets the builtin document part.- Parameters:
builtinDocumentPart- the new builtin document part
-
getDropDownList
Gets the drop down list.- Returns:
- the drop down list
-
setDropDownList
Sets the drop down list.- Parameters:
dropDownList- the new drop down list
-
isEquation
public boolean isEquation()Checks if is equation.- Returns:
- true, if is equation
-
setEquation
public void setEquation(boolean isEquation)Sets the equation.- Parameters:
isEquation- the new equation
-
isGroup
public boolean isGroup()Checks if is group.- Returns:
- true, if is group
-
setGroup
public void setGroup(boolean isGroup)Sets the group.- Parameters:
isGroup- the new group
-
isPicture
public boolean isPicture()Checks if is picture.- Returns:
- true, if is picture
-
setPicture
public void setPicture(boolean isPicture)Sets the picture.- Parameters:
isPicture- the new picture
-
getText
Gets the text.- Returns:
- the text
-
setText
Sets the text.- Parameters:
text- the new text
-
isRichText
public boolean isRichText()Checks if is rich text.- Returns:
- true, if is rich text
-
setRichText
public void setRichText(boolean isRichText)Sets the rich text.- Parameters:
isRichText- the new rich text
-
getID
public long getID()Gets the id.- Returns:
- the id
-
setID
public void setID(long id)Sets the id.- Parameters:
id- the new id
-
getTag
Gets the tag.- Returns:
- the tag
-
setTag
Sets the tag.- Parameters:
tag- the new tag
-
getCheckBox
Gets the check box.- Returns:
- the check box
-
setCheckBox
Sets the check box.- Parameters:
checkBox- the new check box
-