public class XWPFStylesDocument extends Object
| Modifier and Type | Field and Description |
|---|---|
static Object |
EMPTY_VALUE |
| Constructor and Description |
|---|
XWPFStylesDocument(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyles styles,
List<org.openxmlformats.schemas.wordprocessingml.x2006.main.FontsDocument> fontsDocuments,
List<org.openxmlformats.schemas.drawingml.x2006.main.ThemeDocument> themeDocuments,
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSettings ctSettings,
boolean lazyInitialization) |
XWPFStylesDocument(IOpenXMLFormatsPartProvider provider) |
XWPFStylesDocument(IOpenXMLFormatsPartProvider provider,
boolean lazyInitialization) |
XWPFStylesDocument(org.apache.poi.xwpf.usermodel.XWPFDocument document) |
XWPFStylesDocument(org.apache.poi.xwpf.usermodel.XWPFDocument document,
boolean lazyInitialization) |
| Modifier and Type | Method and Description |
|---|---|
Color |
getBackgroundColor(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr pPr) |
Color |
getBackgroundColor(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR run,
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP paragraph) |
Color |
getBackgroundColor(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr rPr) |
Color |
getBackgroundColor(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph) |
Color |
getBackgroundColor(org.apache.poi.xwpf.usermodel.XWPFRun run) |
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTBorder |
getBorderBottom(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr pPr) |
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTBorder |
getBorderBottom(org.apache.poi.xwpf.usermodel.XWPFParagraph docxParagraph) |
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTBorder |
getBorderLeft(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr pPr) |
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTBorder |
getBorderLeft(org.apache.poi.xwpf.usermodel.XWPFParagraph docxParagraph) |
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTBorder |
getBorderRight(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr pPr) |
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTBorder |
getBorderRight(org.apache.poi.xwpf.usermodel.XWPFParagraph docxParagraph) |
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTBorder |
getBorderTop(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr pPr) |
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTBorder |
getBorderTop(org.apache.poi.xwpf.usermodel.XWPFParagraph docxParagraph) |
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSettings |
getCTSettings() |
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle |
getDefaultCharacterStyle() |
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle |
getDefaultNumberingStyle() |
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle |
getDefaultParagraphStyle() |
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle |
getDefaultTableStyle() |
float |
getDefaultTabStop()
17.15.1.25 defaultTabStop (Distance Between Automatic Tab Stops) This element specifies the value which shall be
used as the multiplier to generate automatic tab stops in this document.
|
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocDefaults |
getDocDefaults() |
Color |
getFontColor(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR run,
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP paragraph) |
Color |
getFontColor(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr rPr) |
Color |
getFontColor(org.apache.poi.xwpf.usermodel.XWPFRun run) |
String |
getFontFamilyAscii(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR run,
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP paragraph) |
String |
getFontFamilyAscii(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr rPr) |
String |
getFontFamilyAscii(org.apache.poi.xwpf.usermodel.XWPFRun run) |
String |
getFontFamilyEastAsia(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR run,
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP paragraph) |
String |
getFontFamilyEastAsia(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr rPr) |
String |
getFontFamilyEastAsia(org.apache.poi.xwpf.usermodel.XWPFRun run) |
String |
getFontFamilyHAnsi(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR run,
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP paragraph) |
String |
getFontFamilyHAnsi(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr rPr) |
String |
getFontFamilyHAnsi(org.apache.poi.xwpf.usermodel.XWPFRun run) |
String |
getFontNameToUse(String fontName) |
List<String> |
getFontsAltName(String fontName) |
Float |
getFontSize(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR run,
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP paragraph) |
Float |
getFontSize(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr rPr) |
Float |
getFontSize(org.apache.poi.xwpf.usermodel.XWPFRun run) |
Boolean |
getFontStyleBold(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR run,
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP paragraph) |
Boolean |
getFontStyleBold(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr rPr) |
Boolean |
getFontStyleBold(org.apache.poi.xwpf.usermodel.XWPFRun run) |
Boolean |
getFontStyleItalic(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR run,
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP paragraph) |
Boolean |
getFontStyleItalic(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr rPr) |
Boolean |
getFontStyleItalic(org.apache.poi.xwpf.usermodel.XWPFRun run) |
Boolean |
getFontStyleStrike(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR run,
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP paragraph) |
Boolean |
getFontStyleStrike(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr rPr) |
Boolean |
getFontStyleStrike(org.apache.poi.xwpf.usermodel.XWPFRun run) |
Float |
getIndentationFirstLine(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP paragraph,
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl table) |
Float |
getIndentationFirstLine(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr pPr) |
Float |
getIndentationFirstLine(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph) |
Float |
getIndentationHanging(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP paragraph,
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl table) |
Float |
getIndentationHanging(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr pPr) |
Float |
getIndentationHanging(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph) |
Float |
getIndentationLeft(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP paragraph,
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl table) |
Float |
getIndentationLeft(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr pPr) |
Float |
getIndentationLeft(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph) |
Float |
getIndentationRight(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP paragraph,
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl table) |
Float |
getIndentationRight(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr pPr) |
Float |
getIndentationRight(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph) |
org.apache.poi.xwpf.usermodel.ParagraphAlignment |
getParagraphAlignment(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP paragraph,
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl table) |
org.apache.poi.xwpf.usermodel.ParagraphAlignment |
getParagraphAlignment(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr pPr) |
org.apache.poi.xwpf.usermodel.ParagraphAlignment |
getParagraphAlignment(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph) |
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTNumPr |
getParagraphNumPr(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr pPr) |
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTNumPr |
getParagraphNumPr(org.apache.poi.xwpf.usermodel.XWPFParagraph docxParagraph) |
ParagraphLineSpacing |
getParagraphSpacing(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP paragraph,
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl table) |
ParagraphLineSpacing |
getParagraphSpacing(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr pPr) |
ParagraphLineSpacing |
getParagraphSpacing(org.apache.poi.xwpf.usermodel.XWPFParagraph docxParagraph) |
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTabs |
getParagraphTabs(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr pPr) |
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTabs |
getParagraphTabs(org.apache.poi.xwpf.usermodel.XWPFParagraph docxParagraph) |
Float |
getSpacingAfter(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP paragraph,
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl table) |
Float |
getSpacingAfter(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr pPr) |
Float |
getSpacingAfter(org.apache.poi.xwpf.usermodel.XWPFParagraph docxParagraph) |
Float |
getSpacingBefore(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP paragraph,
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl table) |
Float |
getSpacingBefore(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr pPr) |
Float |
getSpacingBefore(org.apache.poi.xwpf.usermodel.XWPFParagraph docxParagraph) |
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle |
getStyle(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTString basedOn) |
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle |
getStyle(String styleId) |
org.apache.poi.xwpf.usermodel.ParagraphAlignment |
getTableAlignment(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl table) |
org.apache.poi.xwpf.usermodel.ParagraphAlignment |
getTableAlignment(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPr tblPr) |
org.apache.poi.xwpf.usermodel.ParagraphAlignment |
getTableAlignment(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase tblPr) |
org.apache.poi.xwpf.usermodel.ParagraphAlignment |
getTableAlignment(org.apache.poi.xwpf.usermodel.XWPFTable table) |
TableCellBorder |
getTableBorder(org.apache.poi.xwpf.usermodel.XWPFTable table,
BorderSide borderSide) |
TableCellBorder |
getTableBorderBottom(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPr tblPr) |
TableCellBorder |
getTableBorderBottom(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase tblPr) |
TableCellBorder |
getTableBorderBottom(org.apache.poi.xwpf.usermodel.XWPFTable table) |
TableCellBorder |
getTableBorderInside(org.apache.poi.xwpf.usermodel.XWPFTable table,
BorderSide borderSide) |
TableCellBorder |
getTableBorderInsideH(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPr tblPr) |
TableCellBorder |
getTableBorderInsideH(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase tblPr) |
TableCellBorder |
getTableBorderInsideH(org.apache.poi.xwpf.usermodel.XWPFTable table) |
TableCellBorder |
getTableBorderInsideV(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPr tblPr) |
TableCellBorder |
getTableBorderInsideV(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase tblPr) |
TableCellBorder |
getTableBorderInsideV(org.apache.poi.xwpf.usermodel.XWPFTable table) |
TableCellBorder |
getTableBorderLeft(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPr tblPr) |
TableCellBorder |
getTableBorderLeft(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase tblPr) |
TableCellBorder |
getTableBorderLeft(org.apache.poi.xwpf.usermodel.XWPFTable table) |
TableCellBorder |
getTableBorderRight(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPr tblPr) |
TableCellBorder |
getTableBorderRight(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase tblPr) |
TableCellBorder |
getTableBorderRight(org.apache.poi.xwpf.usermodel.XWPFTable table) |
TableCellBorder |
getTableBorderTop(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPr tblPr) |
TableCellBorder |
getTableBorderTop(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase tblPr) |
TableCellBorder |
getTableBorderTop(org.apache.poi.xwpf.usermodel.XWPFTable table) |
Color |
getTableCellBackgroundColor(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc cell) |
Color |
getTableCellBackgroundColor(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPr tcPr) |
Color |
getTableCellBackgroundColor(org.apache.poi.xwpf.usermodel.XWPFTableCell cell) |
TableCellBorder |
getTableCellBorder(org.apache.poi.xwpf.usermodel.XWPFTableCell cell,
BorderSide borderSide) |
TableCellBorder |
getTableCellBorderBottom(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPr tcPr) |
TableCellBorder |
getTableCellBorderBottom(org.apache.poi.xwpf.usermodel.XWPFTableCell cell) |
TableCellBorder |
getTableCellBorderInside(org.apache.poi.xwpf.usermodel.XWPFTableCell cell,
BorderSide borderSide) |
TableCellBorder |
getTableCellBorderInsideH(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPr tcPr) |
TableCellBorder |
getTableCellBorderInsideH(org.apache.poi.xwpf.usermodel.XWPFTableCell cell) |
TableCellBorder |
getTableCellBorderInsideV(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPr tcPr) |
TableCellBorder |
getTableCellBorderInsideV(org.apache.poi.xwpf.usermodel.XWPFTableCell cell) |
TableCellBorder |
getTableCellBorderLeft(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPr tcPr) |
TableCellBorder |
getTableCellBorderLeft(org.apache.poi.xwpf.usermodel.XWPFTableCell cell) |
TableCellBorder |
getTableCellBorderRight(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPr tcPr) |
TableCellBorder |
getTableCellBorderRight(org.apache.poi.xwpf.usermodel.XWPFTableCell cell) |
TableCellBorder |
getTableCellBorderTop(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPr tcPr) |
TableCellBorder |
getTableCellBorderTop(org.apache.poi.xwpf.usermodel.XWPFTableCell cell) |
TableCellBorder |
getTableCellBorderWithConflicts(org.apache.poi.xwpf.usermodel.XWPFTableCell cell,
BorderSide borderSide)
Returns the table cell borders with conflicts.
|
BigInteger |
getTableCellGridSpan(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPr tcPr) |
BigInteger |
getTableCellGridSpan(org.apache.poi.xwpf.usermodel.XWPFTableCell cell) |
TableCellInfo |
getTableCellInfo(org.apache.poi.xwpf.usermodel.XWPFTableCell cell) |
Float |
getTableCellMarginBottom(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPr tcPr) |
Float |
getTableCellMarginBottom(org.apache.poi.xwpf.usermodel.XWPFTableCell cell) |
Float |
getTableCellMarginLeft(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPr tcPr) |
Float |
getTableCellMarginLeft(org.apache.poi.xwpf.usermodel.XWPFTableCell cell) |
Float |
getTableCellMarginRight(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPr tcPr) |
Float |
getTableCellMarginRight(org.apache.poi.xwpf.usermodel.XWPFTableCell cell) |
Float |
getTableCellMarginTop(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPr tcPr) |
Float |
getTableCellMarginTop(org.apache.poi.xwpf.usermodel.XWPFTableCell cell) |
Boolean |
getTableCellNoWrap(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPr tcPr) |
Boolean |
getTableCellNoWrap(org.apache.poi.xwpf.usermodel.XWPFTableCell cell) |
org.openxmlformats.schemas.wordprocessingml.x2006.main.STVerticalJc.Enum |
getTableCellVerticalAlignment(org.apache.poi.xwpf.usermodel.XWPFTableCell cell) |
org.openxmlformats.schemas.wordprocessingml.x2006.main.STMerge.Enum |
getTableCellVMerge(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPr tcPr) |
org.openxmlformats.schemas.wordprocessingml.x2006.main.STMerge.Enum |
getTableCellVMerge(org.apache.poi.xwpf.usermodel.XWPFTableCell cell) |
TableWidth |
getTableCellWith(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPr tcPr) |
TableWidth |
getTableCellWith(org.apache.poi.xwpf.usermodel.XWPFTableCell cell) |
Float |
getTableIndentation(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl table) |
Float |
getTableIndentation(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPr tblPr) |
Float |
getTableIndentation(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase tblPr) |
Float |
getTableIndentation(org.apache.poi.xwpf.usermodel.XWPFTable table) |
TableInfo |
getTableInfo(org.apache.poi.xwpf.usermodel.XWPFTable table) |
Float |
getTableMarginBottom(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase tcPr) |
Float |
getTableMarginBottom(org.apache.poi.xwpf.usermodel.XWPFTable table) |
Float |
getTableMarginLeft(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase tcPr) |
Float |
getTableMarginLeft(org.apache.poi.xwpf.usermodel.XWPFTable table) |
Float |
getTableMarginRight(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase tcPr) |
Float |
getTableMarginRight(org.apache.poi.xwpf.usermodel.XWPFTable table) |
Float |
getTableMarginTop(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase tcPr) |
Float |
getTableMarginTop(org.apache.poi.xwpf.usermodel.XWPFTable table) |
TableHeight |
getTableRowHeight(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTrPr trPr) |
TableHeight |
getTableRowHeight(org.apache.poi.xwpf.usermodel.XWPFTableRow row) |
Float |
getTableRowMarginBottom(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrEx tblPrEx) |
Float |
getTableRowMarginBottom(org.apache.poi.xwpf.usermodel.XWPFTableRow row) |
Float |
getTableRowMarginLeft(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrEx tblPrEx) |
Float |
getTableRowMarginLeft(org.apache.poi.xwpf.usermodel.XWPFTableRow row) |
Float |
getTableRowMarginRight(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrEx tblPrEx) |
Float |
getTableRowMarginRight(org.apache.poi.xwpf.usermodel.XWPFTableRow row) |
Float |
getTableRowMarginTop(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrEx tblPrEx) |
Float |
getTableRowMarginTop(org.apache.poi.xwpf.usermodel.XWPFTableRow row) |
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblStylePr |
getTableStyle(String tableStyleID,
org.openxmlformats.schemas.wordprocessingml.x2006.main.STTblStyleOverrideType.Enum type) |
TableWidth |
getTableWidth(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl table) |
TableWidth |
getTableWidth(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPr tblPr) |
TableWidth |
getTableWidth(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase tblPr) |
TableWidth |
getTableWidth(org.apache.poi.xwpf.usermodel.XWPFTable table) |
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTextDirection |
getTextDirection(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPr tcPr) |
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTextDirection |
getTextDirection(org.apache.poi.xwpf.usermodel.XWPFTableCell cell) |
Color |
getTextHighlighting(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR run,
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP paragraph) |
Color |
getTextHighlighting(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr rPr) |
Color |
getTextHighlighting(org.apache.poi.xwpf.usermodel.XWPFRun run) |
List<org.openxmlformats.schemas.drawingml.x2006.main.ThemeDocument> |
getThemeDocuments() |
org.apache.poi.xwpf.usermodel.UnderlinePatterns |
getUnderline(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR run,
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP paragraph) |
org.apache.poi.xwpf.usermodel.UnderlinePatterns |
getUnderline(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr rPr) |
org.apache.poi.xwpf.usermodel.UnderlinePatterns |
getUnderline(org.apache.poi.xwpf.usermodel.XWPFRun run) |
<T> T |
getValue(String key) |
protected void |
initialize() |
boolean |
isBorderInside(org.apache.poi.xwpf.usermodel.XWPFTableCell cell,
BorderSide borderSide) |
boolean |
isTableRowHeader(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRow row) |
boolean |
isTableRowHeader(org.apache.poi.xwpf.usermodel.XWPFTableRow row) |
void |
setFontNameToUse(String fontName,
String altFfontName) |
<T> void |
setValue(String key,
T value) |
protected void |
visitStyle(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle style,
boolean defaultStyle) |
public static final Object EMPTY_VALUE
public XWPFStylesDocument(org.apache.poi.xwpf.usermodel.XWPFDocument document)
throws org.apache.xmlbeans.XmlException,
IOException
org.apache.xmlbeans.XmlExceptionIOExceptionpublic XWPFStylesDocument(org.apache.poi.xwpf.usermodel.XWPFDocument document,
boolean lazyInitialization)
throws org.apache.xmlbeans.XmlException,
IOException
org.apache.xmlbeans.XmlExceptionIOExceptionpublic XWPFStylesDocument(IOpenXMLFormatsPartProvider provider) throws Exception
Exceptionpublic XWPFStylesDocument(IOpenXMLFormatsPartProvider provider, boolean lazyInitialization) throws Exception
Exceptionpublic XWPFStylesDocument(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyles styles,
List<org.openxmlformats.schemas.wordprocessingml.x2006.main.FontsDocument> fontsDocuments,
List<org.openxmlformats.schemas.drawingml.x2006.main.ThemeDocument> themeDocuments,
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSettings ctSettings,
boolean lazyInitialization)
throws org.apache.xmlbeans.XmlException,
IOException
org.apache.xmlbeans.XmlExceptionIOExceptionprotected void initialize()
throws org.apache.xmlbeans.XmlException,
IOException
org.apache.xmlbeans.XmlExceptionIOExceptionprotected void visitStyle(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle style,
boolean defaultStyle)
public org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle getDefaultParagraphStyle()
public org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle getStyle(String styleId)
public org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocDefaults getDocDefaults()
public Float getSpacingBefore(org.apache.poi.xwpf.usermodel.XWPFParagraph docxParagraph)
docxParagraph - public Float getSpacingBefore(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr pPr)
public Float getSpacingBefore(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP paragraph, org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl table)
public Float getSpacingAfter(org.apache.poi.xwpf.usermodel.XWPFParagraph docxParagraph)
public Float getSpacingAfter(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr pPr)
public Float getSpacingAfter(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP paragraph, org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl table)
public Float getIndentationLeft(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph)
public Float getIndentationLeft(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr pPr)
public Float getIndentationLeft(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP paragraph, org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl table)
public Float getIndentationRight(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph)
public Float getIndentationRight(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr pPr)
public Float getIndentationRight(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP paragraph, org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl table)
public Float getIndentationFirstLine(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph)
public Float getIndentationFirstLine(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr pPr)
public Float getIndentationFirstLine(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP paragraph, org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl table)
public Float getIndentationHanging(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph)
public Float getIndentationHanging(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr pPr)
public Float getIndentationHanging(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP paragraph, org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl table)
public Color getBackgroundColor(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph)
public Color getBackgroundColor(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr pPr)
public org.apache.poi.xwpf.usermodel.ParagraphAlignment getParagraphAlignment(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph)
paragraph - public org.apache.poi.xwpf.usermodel.ParagraphAlignment getParagraphAlignment(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr pPr)
public org.apache.poi.xwpf.usermodel.ParagraphAlignment getParagraphAlignment(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP paragraph,
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl table)
public org.openxmlformats.schemas.wordprocessingml.x2006.main.CTBorder getBorderTop(org.apache.poi.xwpf.usermodel.XWPFParagraph docxParagraph)
public org.openxmlformats.schemas.wordprocessingml.x2006.main.CTBorder getBorderTop(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr pPr)
public org.openxmlformats.schemas.wordprocessingml.x2006.main.CTBorder getBorderBottom(org.apache.poi.xwpf.usermodel.XWPFParagraph docxParagraph)
public org.openxmlformats.schemas.wordprocessingml.x2006.main.CTBorder getBorderBottom(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr pPr)
public org.openxmlformats.schemas.wordprocessingml.x2006.main.CTBorder getBorderLeft(org.apache.poi.xwpf.usermodel.XWPFParagraph docxParagraph)
public org.openxmlformats.schemas.wordprocessingml.x2006.main.CTBorder getBorderLeft(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr pPr)
public org.openxmlformats.schemas.wordprocessingml.x2006.main.CTBorder getBorderRight(org.apache.poi.xwpf.usermodel.XWPFParagraph docxParagraph)
public org.openxmlformats.schemas.wordprocessingml.x2006.main.CTBorder getBorderRight(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr pPr)
public org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTabs getParagraphTabs(org.apache.poi.xwpf.usermodel.XWPFParagraph docxParagraph)
public org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTabs getParagraphTabs(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr pPr)
public ParagraphLineSpacing getParagraphSpacing(org.apache.poi.xwpf.usermodel.XWPFParagraph docxParagraph)
public ParagraphLineSpacing getParagraphSpacing(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr pPr)
public ParagraphLineSpacing getParagraphSpacing(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP paragraph, org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl table)
public org.openxmlformats.schemas.wordprocessingml.x2006.main.CTNumPr getParagraphNumPr(org.apache.poi.xwpf.usermodel.XWPFParagraph docxParagraph)
public org.openxmlformats.schemas.wordprocessingml.x2006.main.CTNumPr getParagraphNumPr(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr pPr)
public String getFontFamilyAscii(org.apache.poi.xwpf.usermodel.XWPFRun run)
run - public String getFontFamilyAscii(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr rPr)
public String getFontFamilyAscii(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR run, org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP paragraph)
public String getFontFamilyEastAsia(org.apache.poi.xwpf.usermodel.XWPFRun run)
public String getFontFamilyEastAsia(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr rPr)
public String getFontFamilyEastAsia(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR run, org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP paragraph)
public String getFontFamilyHAnsi(org.apache.poi.xwpf.usermodel.XWPFRun run)
public String getFontFamilyHAnsi(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr rPr)
public String getFontFamilyHAnsi(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR run, org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP paragraph)
public Float getFontSize(org.apache.poi.xwpf.usermodel.XWPFRun run)
public Float getFontSize(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR run, org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP paragraph)
public Float getFontSize(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr rPr)
public Boolean getFontStyleBold(org.apache.poi.xwpf.usermodel.XWPFRun run)
public Boolean getFontStyleBold(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr rPr)
public Boolean getFontStyleBold(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR run, org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP paragraph)
public Boolean getFontStyleItalic(org.apache.poi.xwpf.usermodel.XWPFRun run)
public Boolean getFontStyleItalic(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr rPr)
public Boolean getFontStyleItalic(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR run, org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP paragraph)
public Boolean getFontStyleStrike(org.apache.poi.xwpf.usermodel.XWPFRun run)
public Boolean getFontStyleStrike(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr rPr)
public Boolean getFontStyleStrike(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR run, org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP paragraph)
public Color getFontColor(org.apache.poi.xwpf.usermodel.XWPFRun run)
public Color getFontColor(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr rPr)
public Color getFontColor(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR run, org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP paragraph)
public org.apache.poi.xwpf.usermodel.UnderlinePatterns getUnderline(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr rPr)
public org.apache.poi.xwpf.usermodel.UnderlinePatterns getUnderline(org.apache.poi.xwpf.usermodel.XWPFRun run)
public org.apache.poi.xwpf.usermodel.UnderlinePatterns getUnderline(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR run,
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP paragraph)
public Color getBackgroundColor(org.apache.poi.xwpf.usermodel.XWPFRun run)
public Color getBackgroundColor(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr rPr)
public Color getBackgroundColor(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR run, org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP paragraph)
public Color getTextHighlighting(org.apache.poi.xwpf.usermodel.XWPFRun run)
public Color getTextHighlighting(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr rPr)
public Color getTextHighlighting(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR run, org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP paragraph)
public TableWidth getTableWidth(org.apache.poi.xwpf.usermodel.XWPFTable table)
table - public TableWidth getTableWidth(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPr tblPr)
public TableWidth getTableWidth(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase tblPr)
public TableWidth getTableWidth(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl table)
public org.apache.poi.xwpf.usermodel.ParagraphAlignment getTableAlignment(org.apache.poi.xwpf.usermodel.XWPFTable table)
public org.apache.poi.xwpf.usermodel.ParagraphAlignment getTableAlignment(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPr tblPr)
public org.apache.poi.xwpf.usermodel.ParagraphAlignment getTableAlignment(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase tblPr)
public org.apache.poi.xwpf.usermodel.ParagraphAlignment getTableAlignment(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl table)
public Float getTableIndentation(org.apache.poi.xwpf.usermodel.XWPFTable table)
public Float getTableIndentation(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPr tblPr)
public Float getTableIndentation(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase tblPr)
public Float getTableIndentation(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl table)
public TableCellBorder getTableBorderTop(org.apache.poi.xwpf.usermodel.XWPFTable table)
public TableCellBorder getTableBorderTop(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPr tblPr)
public TableCellBorder getTableBorderTop(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase tblPr)
public TableCellBorder getTableBorderBottom(org.apache.poi.xwpf.usermodel.XWPFTable table)
public TableCellBorder getTableBorderBottom(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPr tblPr)
public TableCellBorder getTableBorderBottom(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase tblPr)
public TableCellBorder getTableBorderLeft(org.apache.poi.xwpf.usermodel.XWPFTable table)
public TableCellBorder getTableBorderLeft(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPr tblPr)
public TableCellBorder getTableBorderLeft(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase tblPr)
public TableCellBorder getTableBorderRight(org.apache.poi.xwpf.usermodel.XWPFTable table)
public TableCellBorder getTableBorderRight(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPr tblPr)
public TableCellBorder getTableBorderRight(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase tblPr)
public TableCellBorder getTableBorderInsideH(org.apache.poi.xwpf.usermodel.XWPFTable table)
public TableCellBorder getTableBorderInsideH(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPr tblPr)
public TableCellBorder getTableBorderInsideH(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase tblPr)
public TableCellBorder getTableBorderInsideV(org.apache.poi.xwpf.usermodel.XWPFTable table)
public TableCellBorder getTableBorderInsideV(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPr tblPr)
public TableCellBorder getTableBorderInsideV(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase tblPr)
public Float getTableMarginTop(org.apache.poi.xwpf.usermodel.XWPFTable table)
public Float getTableMarginTop(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase tcPr)
public Float getTableMarginBottom(org.apache.poi.xwpf.usermodel.XWPFTable table)
public Float getTableMarginBottom(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase tcPr)
public Float getTableMarginLeft(org.apache.poi.xwpf.usermodel.XWPFTable table)
public Float getTableMarginLeft(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase tcPr)
public Float getTableMarginRight(org.apache.poi.xwpf.usermodel.XWPFTable table)
public Float getTableMarginRight(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase tcPr)
public TableHeight getTableRowHeight(org.apache.poi.xwpf.usermodel.XWPFTableRow row)
row - public TableHeight getTableRowHeight(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTrPr trPr)
cell - public Float getTableRowMarginTop(org.apache.poi.xwpf.usermodel.XWPFTableRow row)
public Float getTableRowMarginTop(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrEx tblPrEx)
public Float getTableRowMarginBottom(org.apache.poi.xwpf.usermodel.XWPFTableRow row)
public Float getTableRowMarginBottom(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrEx tblPrEx)
public Float getTableRowMarginLeft(org.apache.poi.xwpf.usermodel.XWPFTableRow row)
public Float getTableRowMarginLeft(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrEx tblPrEx)
public Float getTableRowMarginRight(org.apache.poi.xwpf.usermodel.XWPFTableRow row)
public Float getTableRowMarginRight(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrEx tblPrEx)
public boolean isTableRowHeader(org.apache.poi.xwpf.usermodel.XWPFTableRow row)
public boolean isTableRowHeader(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRow row)
public org.openxmlformats.schemas.wordprocessingml.x2006.main.STVerticalJc.Enum getTableCellVerticalAlignment(org.apache.poi.xwpf.usermodel.XWPFTableCell cell)
cell - public Color getTableCellBackgroundColor(org.apache.poi.xwpf.usermodel.XWPFTableCell cell)
public Color getTableCellBackgroundColor(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPr tcPr)
public Color getTableCellBackgroundColor(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc cell)
public BigInteger getTableCellGridSpan(org.apache.poi.xwpf.usermodel.XWPFTableCell cell)
public BigInteger getTableCellGridSpan(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPr tcPr)
public TableWidth getTableCellWith(org.apache.poi.xwpf.usermodel.XWPFTableCell cell)
public TableWidth getTableCellWith(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPr tcPr)
public org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTextDirection getTextDirection(org.apache.poi.xwpf.usermodel.XWPFTableCell cell)
public org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTextDirection getTextDirection(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPr tcPr)
public org.openxmlformats.schemas.wordprocessingml.x2006.main.STMerge.Enum getTableCellVMerge(org.apache.poi.xwpf.usermodel.XWPFTableCell cell)
public org.openxmlformats.schemas.wordprocessingml.x2006.main.STMerge.Enum getTableCellVMerge(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPr tcPr)
public TableCellBorder getTableCellBorderWithConflicts(org.apache.poi.xwpf.usermodel.XWPFTableCell cell, BorderSide borderSide)
cell - borderSide - http://officeopenxml.com/WPtableCellBorderConflicts.phppublic boolean isBorderInside(org.apache.poi.xwpf.usermodel.XWPFTableCell cell,
BorderSide borderSide)
public TableCellBorder getTableBorder(org.apache.poi.xwpf.usermodel.XWPFTable table, BorderSide borderSide)
public TableCellBorder getTableBorderInside(org.apache.poi.xwpf.usermodel.XWPFTable table, BorderSide borderSide)
public TableCellBorder getTableCellBorderInside(org.apache.poi.xwpf.usermodel.XWPFTableCell cell, BorderSide borderSide)
public TableCellBorder getTableCellBorder(org.apache.poi.xwpf.usermodel.XWPFTableCell cell, BorderSide borderSide)
public TableCellBorder getTableCellBorderTop(org.apache.poi.xwpf.usermodel.XWPFTableCell cell)
public TableCellBorder getTableCellBorderTop(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPr tcPr)
public TableCellBorder getTableCellBorderBottom(org.apache.poi.xwpf.usermodel.XWPFTableCell cell)
public TableCellBorder getTableCellBorderBottom(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPr tcPr)
public TableCellBorder getTableCellBorderLeft(org.apache.poi.xwpf.usermodel.XWPFTableCell cell)
public TableCellBorder getTableCellBorderLeft(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPr tcPr)
public TableCellBorder getTableCellBorderRight(org.apache.poi.xwpf.usermodel.XWPFTableCell cell)
public TableCellBorder getTableCellBorderRight(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPr tcPr)
public TableCellBorder getTableCellBorderInsideH(org.apache.poi.xwpf.usermodel.XWPFTableCell cell)
public TableCellBorder getTableCellBorderInsideH(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPr tcPr)
public TableCellBorder getTableCellBorderInsideV(org.apache.poi.xwpf.usermodel.XWPFTableCell cell)
public TableCellBorder getTableCellBorderInsideV(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPr tcPr)
public Float getTableCellMarginTop(org.apache.poi.xwpf.usermodel.XWPFTableCell cell)
public Float getTableCellMarginTop(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPr tcPr)
public Float getTableCellMarginBottom(org.apache.poi.xwpf.usermodel.XWPFTableCell cell)
public Float getTableCellMarginBottom(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPr tcPr)
public Float getTableCellMarginLeft(org.apache.poi.xwpf.usermodel.XWPFTableCell cell)
public Float getTableCellMarginLeft(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPr tcPr)
public Float getTableCellMarginRight(org.apache.poi.xwpf.usermodel.XWPFTableCell cell)
public Float getTableCellMarginRight(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPr tcPr)
public Boolean getTableCellNoWrap(org.apache.poi.xwpf.usermodel.XWPFTableCell cell)
public Boolean getTableCellNoWrap(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPr tcPr)
public org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle getDefaultCharacterStyle()
public org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle getDefaultNumberingStyle()
public org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle getDefaultTableStyle()
public org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle getStyle(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTString basedOn)
public <T> T getValue(String key)
public <T> void setValue(String key, T value)
public TableCellInfo getTableCellInfo(org.apache.poi.xwpf.usermodel.XWPFTableCell cell)
public TableInfo getTableInfo(org.apache.poi.xwpf.usermodel.XWPFTable table)
public org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblStylePr getTableStyle(String tableStyleID, org.openxmlformats.schemas.wordprocessingml.x2006.main.STTblStyleOverrideType.Enum type)
public float getDefaultTabStop()
public org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSettings getCTSettings()
public List<org.openxmlformats.schemas.drawingml.x2006.main.ThemeDocument> getThemeDocuments()
public List<String> getFontsAltName(String fontName) throws Exception
ExceptionCopyright © 2016. All Rights Reserved.