Uses of Class
org.docx4j.wml.TcPr
Packages that use TcPr
Package
Description
-
Uses of TcPr in org.docx4j.convert.out.common.writer
Methods in org.docx4j.convert.out.common.writer with parameters of type TcPrModifier and TypeMethodDescriptionprotected voidAbstractTableWriter.createCellProperties(List<Property> properties, TcPr tcPr) protected ElementAbstractTableWriter.interposeBlockContainer(Document doc, Element cellNode, TcPr tcPr) In the FO case, if we need to rotate the text, we do that by inserting a block-container. -
Uses of TcPr in org.docx4j.convert.out.fo
Methods in org.docx4j.convert.out.fo with parameters of type TcPrModifier and TypeMethodDescriptionprotected static voidFOExporterVisitorGenerator.createFoAttributes(TcPr tcPr, Element foBlockElement) private static voidXsltFOFunctions.createFoAttributes(TcPr tcPr, Element foBlockElement) protected ElementTableWriter.interposeBlockContainer(Document doc, Element cellNode, TcPr tcPr) In the FO case, if we need to rotate the text, we do that by inserting a block-container. -
Uses of TcPr in org.docx4j.convert.out.html
Methods in org.docx4j.convert.out.html with parameters of type TcPrModifier and TypeMethodDescriptionprotected static voidHtmlCssHelper.createCss(TcPr tcPr, StringBuilder result) -
Uses of TcPr in org.docx4j.model.properties
Methods in org.docx4j.model.properties with parameters of type TcPrModifier and TypeMethodDescriptionstatic voidPropertyFactory.createProperties(List<Property> properties, TcPr tcPr) PropertyFactory.createProperties(TcPr tcPr) static voidPropertyFactory.createPropertiesTable(List<Property> properties, TcPr tcPr) -
Uses of TcPr in org.docx4j.model.properties.table.tc
Methods in org.docx4j.model.properties.table.tc with parameters of type TcPr -
Uses of TcPr in org.docx4j.model.styles
Methods in org.docx4j.model.styles that return TcPrMethods in org.docx4j.model.styles with parameters of type TcPr -
Uses of TcPr in org.docx4j.model.table
Fields in org.docx4j.model.table declared as TcPrMethods in org.docx4j.model.table that return TcPr -
Uses of TcPr in org.docx4j.wml
Fields in org.docx4j.wml declared as TcPrModifier and TypeFieldDescriptionprotected TcPrCTTblStylePr.tcPrprotected TcPrStyle.tcPrprotected TcPrTc.tcPrMethods in org.docx4j.wml that return TcPrModifier and TypeMethodDescriptionObjectFactory.createTcPr()Create an instance ofTcPrCTTblStylePr.getTcPr()Gets the value of the tcPr property.Style.getTcPr()Gets the value of the tcPr property.Tc.getTcPr()Gets the value of the tcPr property.Methods in org.docx4j.wml with parameters of type TcPr