Uses of Class
org.docx4j.wml.CTRel
| Package | Description |
|---|---|
| org.docx4j.wml |
-
Uses of CTRel in org.docx4j.wml
Subclasses of CTRel in org.docx4j.wml Modifier and Type Class Description classFontRelJava class for CT_FontRel complex type.classFooterReferenceJava class for anonymous complex type.classHeaderReferenceJava class for anonymous complex type.Fields in org.docx4j.wml declared as CTRel Modifier and Type Field Description protected CTRelCTSettings. attachedTemplateprotected CTRelCTMailMerge. dataSourceprotected CTRelCTMailMerge. headerSourceprotected CTRelPict. movieprotected CTRelSectPr. printerSettingsprotected CTRelSectPrBase. printerSettingsprotected CTRelCTFrame. sourceFileNameprotected CTRelCTOdso. srcFields in org.docx4j.wml with type parameters of type CTRel Modifier and Type Field Description protected java.util.List<CTRel>SectPr. egHdrFtrReferencesprotected java.util.List<CTRel>CTOdso. recipientDataMethods in org.docx4j.wml that return CTRel Modifier and Type Method Description CTRelObjectFactory. createCTRel()Create an instance ofCTRelCTRelCTSettings. getAttachedTemplate()Gets the value of the attachedTemplate property.CTRelCTMailMerge. getDataSource()Gets the value of the dataSource property.CTRelCTMailMerge. getHeaderSource()Gets the value of the headerSource property.CTRelPict. getMovie()Gets the value of the movie property.CTRelSectPr. getPrinterSettings()Gets the value of the printerSettings property.CTRelSectPrBase. getPrinterSettings()Gets the value of the printerSettings property.CTRelCTFrame. getSourceFileName()Gets the value of the sourceFileName property.CTRelCTOdso. getSrc()Gets the value of the src property.Methods in org.docx4j.wml that return types with arguments of type CTRel Modifier and Type Method Description jakarta.xml.bind.JAXBElement<CTRel>ObjectFactory. createCTCustomXmlRunSubDoc(CTRel value)jakarta.xml.bind.JAXBElement<CTRel>ObjectFactory. createCTSdtContentRunSubDoc(CTRel value)jakarta.xml.bind.JAXBElement<CTRel>ObjectFactory. createCTSimpleFieldSubDoc(CTRel value)jakarta.xml.bind.JAXBElement<CTRel>ObjectFactory. createCTSmartTagRunSubDoc(CTRel value)jakarta.xml.bind.JAXBElement<CTRel>ObjectFactory. createPBdoSubDoc(CTRel value)jakarta.xml.bind.JAXBElement<CTRel>ObjectFactory. createPDirSubDoc(CTRel value)jakarta.xml.bind.JAXBElement<CTRel>ObjectFactory. createPHyperlinkSubDoc(CTRel value)jakarta.xml.bind.JAXBElement<CTRel>ObjectFactory. createPSubDoc(CTRel value)java.util.List<CTRel>SectPr. getEGHdrFtrReferences()Gets the value of the egHdrFtrReferences property.java.util.List<CTRel>CTOdso. getRecipientData()Gets the value of the recipientData property.Methods in org.docx4j.wml with parameters of type CTRel Modifier and Type Method Description jakarta.xml.bind.JAXBElement<CTRel>ObjectFactory. createCTCustomXmlRunSubDoc(CTRel value)jakarta.xml.bind.JAXBElement<CTRel>ObjectFactory. createCTSdtContentRunSubDoc(CTRel value)jakarta.xml.bind.JAXBElement<CTRel>ObjectFactory. createCTSimpleFieldSubDoc(CTRel value)jakarta.xml.bind.JAXBElement<CTRel>ObjectFactory. createCTSmartTagRunSubDoc(CTRel value)jakarta.xml.bind.JAXBElement<CTRel>ObjectFactory. createPBdoSubDoc(CTRel value)jakarta.xml.bind.JAXBElement<CTRel>ObjectFactory. createPDirSubDoc(CTRel value)jakarta.xml.bind.JAXBElement<CTRel>ObjectFactory. createPHyperlinkSubDoc(CTRel value)jakarta.xml.bind.JAXBElement<CTRel>ObjectFactory. createPSubDoc(CTRel value)voidCTSettings. setAttachedTemplate(CTRel value)Sets the value of the attachedTemplate property.voidCTMailMerge. setDataSource(CTRel value)Sets the value of the dataSource property.voidCTMailMerge. setHeaderSource(CTRel value)Sets the value of the headerSource property.voidPict. setMovie(CTRel value)Sets the value of the movie property.voidSectPr. setPrinterSettings(CTRel value)Sets the value of the printerSettings property.voidSectPrBase. setPrinterSettings(CTRel value)Sets the value of the printerSettings property.voidCTFrame. setSourceFileName(CTRel value)Sets the value of the sourceFileName property.voidCTOdso. setSrc(CTRel value)Sets the value of the src property.