public class CustomCSSStylesDocument
extends fr.opensagres.poi.xwpf.converter.xhtml.internal.styles.CSSStylesDocument
限定符和类型 | 字段和说明 |
---|---|
private java.util.Map<java.lang.String,fr.opensagres.poi.xwpf.converter.xhtml.internal.styles.CSSStyle> |
map |
构造器和说明 |
---|
CustomCSSStylesDocument(org.apache.poi.xwpf.usermodel.XWPFDocument document,
java.lang.Integer indent) |
限定符和类型 | 方法和说明 |
---|---|
fr.opensagres.poi.xwpf.converter.xhtml.internal.styles.CSSStyle |
createCSSStyle(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPrBase pPr,
java.lang.String className) |
fr.opensagres.poi.xwpf.converter.xhtml.internal.styles.CSSStyle |
createCSSStyle(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr rPr,
java.lang.String className) |
fr.opensagres.poi.xwpf.converter.xhtml.internal.styles.CSSStyle |
createCSSStyle(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase tblPr,
java.lang.String className) |
fr.opensagres.poi.xwpf.converter.xhtml.internal.styles.CSSStyle |
createCSSStyle(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPr tcPr,
java.lang.String className) |
fr.opensagres.poi.xwpf.converter.xhtml.internal.styles.CSSStyle |
createCSSStyle(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTrPr trPr,
java.lang.String className) |
fr.opensagres.poi.xwpf.converter.xhtml.internal.styles.CSSStyle |
getCSSStyle(java.lang.String className) |
protected void |
initialize() |
void |
putStyle(java.lang.String className,
fr.opensagres.poi.xwpf.converter.xhtml.internal.styles.CSSStyle style) |
createCSSStyle, createCSSStyle, createCSSStyle, createCSSStyle, createCSSStyle, getClassNames, getCSSStyles, getValueAsPoint, save, visitStyle
getBackgroundColor, getBackgroundColor, getBackgroundColor, getBackgroundColor, getBackgroundColor, getBorderBottom, getBorderBottom, getBorderLeft, getBorderLeft, getBorderRight, getBorderRight, getBorderTop, getBorderTop, getCTSettings, getDefaultCharacterStyle, getDefaultNumberingStyle, getDefaultParagraphStyle, getDefaultTableStyle, getDefaultTabStop, getDocDefaults, getFontColor, getFontColor, getFontColor, getFontFamilyAscii, getFontFamilyAscii, getFontFamilyAscii, getFontFamilyEastAsia, getFontFamilyEastAsia, getFontFamilyEastAsia, getFontFamilyHAnsi, getFontFamilyHAnsi, getFontFamilyHAnsi, getFontNameToUse, getFontsAltName, getFontSize, getFontSize, getFontSize, getFontStyleBold, getFontStyleBold, getFontStyleBold, getFontStyleItalic, getFontStyleItalic, getFontStyleItalic, getFontStyleStrike, getFontStyleStrike, getFontStyleStrike, getIndentationFirstLine, getIndentationFirstLine, getIndentationFirstLine, getIndentationHanging, getIndentationHanging, getIndentationHanging, getIndentationLeft, getIndentationLeft, getIndentationLeft, getIndentationRight, getIndentationRight, getIndentationRight, getParagraphAlignment, getParagraphAlignment, getParagraphAlignment, getParagraphNumPr, getParagraphNumPr, getParagraphSpacing, getParagraphSpacing, getParagraphSpacing, getParagraphTabs, getParagraphTabs, getSpacingAfter, getSpacingAfter, getSpacingAfter, getSpacingBefore, getSpacingBefore, getSpacingBefore, getStyle, getStyle, getTableAlignment, getTableAlignment, getTableAlignment, getTableAlignment, getTableBorder, getTableBorderBottom, getTableBorderBottom, getTableBorderBottom, getTableBorderInside, getTableBorderInsideH, getTableBorderInsideH, getTableBorderInsideH, getTableBorderInsideV, getTableBorderInsideV, getTableBorderInsideV, getTableBorderLeft, getTableBorderLeft, getTableBorderLeft, getTableBorderRight, getTableBorderRight, getTableBorderRight, getTableBorderTop, getTableBorderTop, getTableBorderTop, getTableCellBackgroundColor, getTableCellBackgroundColor, getTableCellBackgroundColor, getTableCellBorder, getTableCellBorderBottom, getTableCellBorderBottom, getTableCellBorderInside, getTableCellBorderInsideH, getTableCellBorderInsideH, getTableCellBorderInsideV, getTableCellBorderInsideV, getTableCellBorderLeft, getTableCellBorderLeft, getTableCellBorderRight, getTableCellBorderRight, getTableCellBorderTop, getTableCellBorderTop, getTableCellBorderWithConflicts, getTableCellGridSpan, getTableCellGridSpan, getTableCellInfo, getTableCellMarginBottom, getTableCellMarginBottom, getTableCellMarginLeft, getTableCellMarginLeft, getTableCellMarginRight, getTableCellMarginRight, getTableCellMarginTop, getTableCellMarginTop, getTableCellNoWrap, getTableCellNoWrap, getTableCellVerticalAlignment, getTableCellVMerge, getTableCellVMerge, getTableCellWith, getTableCellWith, getTableIndentation, getTableIndentation, getTableIndentation, getTableIndentation, getTableInfo, getTableMarginBottom, getTableMarginBottom, getTableMarginLeft, getTableMarginLeft, getTableMarginRight, getTableMarginRight, getTableMarginTop, getTableMarginTop, getTableRowHeight, getTableRowHeight, getTableRowMarginBottom, getTableRowMarginBottom, getTableRowMarginLeft, getTableRowMarginLeft, getTableRowMarginRight, getTableRowMarginRight, getTableRowMarginTop, getTableRowMarginTop, getTableStyle, getTableWidth, getTableWidth, getTableWidth, getTableWidth, getTextDirection, getTextDirection, getTextHighlighting, getTextHighlighting, getTextHighlighting, getThemeDocuments, getUnderline, getUnderline, getUnderline, getValue, getVerticalAlign, getVerticalAlign, getVerticalAlignFontFactor, getVerticalAlignOffset, isBorderInside, isTableRowHeader, isTableRowHeader, setFontNameToUse, setValue
private java.util.Map<java.lang.String,fr.opensagres.poi.xwpf.converter.xhtml.internal.styles.CSSStyle> map
public CustomCSSStylesDocument(org.apache.poi.xwpf.usermodel.XWPFDocument document, java.lang.Integer indent) throws org.apache.xmlbeans.XmlException, java.io.IOException
org.apache.xmlbeans.XmlException
java.io.IOException
protected void initialize() throws org.apache.xmlbeans.XmlException, java.io.IOException
initialize
在类中 fr.opensagres.poi.xwpf.converter.xhtml.internal.styles.CSSStylesDocument
org.apache.xmlbeans.XmlException
java.io.IOException
public fr.opensagres.poi.xwpf.converter.xhtml.internal.styles.CSSStyle createCSSStyle(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPrBase pPr, java.lang.String className)
createCSSStyle
在类中 fr.opensagres.poi.xwpf.converter.xhtml.internal.styles.CSSStylesDocument
public fr.opensagres.poi.xwpf.converter.xhtml.internal.styles.CSSStyle createCSSStyle(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr rPr, java.lang.String className)
createCSSStyle
在类中 fr.opensagres.poi.xwpf.converter.xhtml.internal.styles.CSSStylesDocument
public fr.opensagres.poi.xwpf.converter.xhtml.internal.styles.CSSStyle createCSSStyle(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTblPrBase tblPr, java.lang.String className)
createCSSStyle
在类中 fr.opensagres.poi.xwpf.converter.xhtml.internal.styles.CSSStylesDocument
public fr.opensagres.poi.xwpf.converter.xhtml.internal.styles.CSSStyle createCSSStyle(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTrPr trPr, java.lang.String className)
createCSSStyle
在类中 fr.opensagres.poi.xwpf.converter.xhtml.internal.styles.CSSStylesDocument
public fr.opensagres.poi.xwpf.converter.xhtml.internal.styles.CSSStyle createCSSStyle(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTcPr tcPr, java.lang.String className)
createCSSStyle
在类中 fr.opensagres.poi.xwpf.converter.xhtml.internal.styles.CSSStylesDocument
public void putStyle(java.lang.String className, fr.opensagres.poi.xwpf.converter.xhtml.internal.styles.CSSStyle style)
public fr.opensagres.poi.xwpf.converter.xhtml.internal.styles.CSSStyle getCSSStyle(java.lang.String className)