Package io.keikai.doc.io.schema.docx
Class DOCXStyles
java.lang.Object
io.keikai.doc.io.schema.docx.DOCXStyles
- All Implemented Interfaces:
ICTElement,IXWPFElement
Internal Use Only.
Document Styles Definition.
Represents the xml file at word/styles.xml.
- Author:
- Jamson Chan
-
Constructor Summary
ConstructorsConstructorDescriptionDOCXStyles(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyles ctStyle, DOCXDocument parent) Create a new Document Styles. -
Method Summary
Modifier and TypeMethodDescriptionorg.openxmlformats.schemas.wordprocessingml.x2006.main.CTStylesgetCT()Returns the CT object of current element.Returns the parent element of current element.org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPrGeneralReturns the GeneralParagraphProperties (global default setting of paragraph).getXWPF()Returns the XWPF object of current element.
-
Constructor Details
-
DOCXStyles
public DOCXStyles(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyles ctStyle, DOCXDocument parent) Create a new Document Styles.- Parameters:
ctStyle- theCTStylesobject.parent- theDOCXDocument.
-
-
Method Details
-
getXWPF
Description copied from interface:IXWPFElementReturns the XWPF object of current element.- Specified by:
getXWPFin interfaceIXWPFElement
-
getParent
Description copied from interface:IXWPFElementReturns the parent element of current element.- Specified by:
getParentin interfaceIXWPFElement
-
getCT
public org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyles getCT()Description copied from interface:ICTElementReturns the CT object of current element.- Specified by:
getCTin interfaceICTElement
-
getPPrDefault
public org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPrGeneral getPPrDefault()Returns the GeneralParagraphProperties (global default setting of paragraph).Represents the following element tag in the schema:
w:pPr.- Returns:
- the GeneralParagraphProperties (global default setting of paragraph).
-