public abstract class DocumentPart<E> extends JaxbXmlPartAltChunkHost<E>
Modifier and Type | Field and Description |
---|---|
protected CommentsExtendedPart |
commentsExtendedPart |
protected CommentsPart |
commentsPart
Parts which can be the target of a relationship from either
the Main Document or the Glossary Document
Microsoft's Microsoft.Office.DocumentFormat.OpenXML has
no equivalent of this.
|
protected DocumentSettingsPart |
documentSettingsPart |
protected EndnotesPart |
endNotesPart |
protected FontTablePart |
fontTablePart |
protected FootnotesPart |
footnotesPart |
protected static org.slf4j.Logger |
log |
protected NumberingDefinitionsPart |
numberingDefinitionsPart |
protected PeoplePart |
peoplePart |
protected StyleDefinitionsPart |
styleDefinitionsPart |
protected ThemePart |
themePart |
protected WebSettingsPart |
webSettingsPart |
binder
jaxbElement, jc, MAX_BYTES_Unmarshal_Error
contentType, partName, relationships
Constructor and Description |
---|
DocumentPart(PartName partName)
Other characteristics which both the Main Document and the
Glossary Document have.
|
addAltChunk, addAltChunk, addAltChunk, addAltChunk, convertAltChunks
createBinderAndJaxbElement, getBinder, getJAXBAssociationsForXPath, getJAXBAssociationsForXPath, getJAXBNodesViaXPath, getJAXBNodesViaXPath, setJaxbElement, unmarshal, unmarshal
addMcChoiceNamespace, getContents, getJAXBContext, getJaxbElement, getMcChoiceNamespaces, getMceIgnorable, getXML, isContentEqual, isUnmarshalled, marshal, marshal, marshal, marshal, pipe, pipe, pipe, setContents, setJAXBContext, setJaxbElement, setMceIgnorable, transform, variableReplace
getContentLengthAsLoaded, getOwningRelationshipPart, getPackage, getRelationshipType, getSourceRelationship, getSourceRelationships, getVersion, remove, rename, setContentLengthAsLoaded, setOwningRelationshipPart, setPackage, setRelationshipType, setSourceRelationship, setVersion
addTargetPart, addTargetPart, addTargetPart, addTargetPart, getContentType, getPartName, getRelationshipsPart, getRelationshipsPart, getUserData, reset, setContentType, setPartName, setRelationships, setUserData
protected static org.slf4j.Logger log
protected CommentsPart commentsPart
protected CommentsExtendedPart commentsExtendedPart
protected DocumentSettingsPart documentSettingsPart
protected EndnotesPart endNotesPart
protected FontTablePart fontTablePart
protected PeoplePart peoplePart
protected ThemePart themePart
protected FootnotesPart footnotesPart
protected NumberingDefinitionsPart numberingDefinitionsPart
protected StyleDefinitionsPart styleDefinitionsPart
protected WebSettingsPart webSettingsPart
public DocumentPart(PartName partName) throws InvalidFormatException
InvalidFormatException
public boolean setPartShortcut(Part part)
public boolean setPartShortcut(Part part, String relationshipType)
Base
setPartShortcut
in class Part
public CommentsPart getCommentsPart()
public CommentsExtendedPart getCommentsExtendedPart()
public DocumentSettingsPart getDocumentSettingsPart()
public DocumentSettingsPart getDocumentSettingsPart(boolean createIfAbsent) throws InvalidFormatException
createIfAbsent
- InvalidFormatException
public EndnotesPart getEndNotesPart()
public boolean hasEndnotesPart()
public FootnotesPart getFootnotesPart()
public boolean hasFootnotesPart()
@Deprecated public static Node getFootnote(WordprocessingMLPackage wmlPackage, String id)
public FontTablePart getFontTablePart()
public NumberingDefinitionsPart getNumberingDefinitionsPart()
public PeoplePart getPeoplePart()
public StyleDefinitionsPart getStyleDefinitionsPart()
public StyleDefinitionsPart getStyleDefinitionsPart(boolean create)
public ThemePart getThemePart()
public WebSettingsPart getWebSettingsPart()
public ConditionsPart getConditionsPart()
public XPathsPart getXPathsPart()
public QuestionsPart getQuestionsPart()
public ComponentsPart getComponentsPart()
public BibliographyPart getBibliographyPart()
Copyright © 2007-2019. All Rights Reserved.