Class BuiltinDocumentPart
java.lang.Object
com.independentsoft.office.word.customMarkup.BuiltinDocumentPart
The Class BuiltinDocumentPart.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the builtin.Gets the category.Gets the gallery.voidsetBuiltin(ExtendedBoolean builtin)Sets the builtin.voidsetCategory(String category)Sets the category.voidsetGallery(String gallery)Sets the gallery.toString()
-
Constructor Details
-
BuiltinDocumentPart
public BuiltinDocumentPart()Instantiates a new builtin document part.
-
-
Method Details
-
clone
-
toString
-
getCategory
Gets the category.- Returns:
- the category
-
setCategory
Sets the category.- Parameters:
category- the new category
-
getGallery
Gets the gallery.- Returns:
- the gallery
-
setGallery
Sets the gallery.- Parameters:
gallery- the new gallery
-
getBuiltin
Gets the builtin.- Returns:
- the builtin
-
setBuiltin
Sets the builtin.- Parameters:
builtin- the new builtin
-