| Modifier and Type | Method and Description |
|---|---|
protected Property |
AbstractTableWriter.createShading(int fgColor,
int bgColor,
int pctFg) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractTableWriter.appendNoneBordersAndShading(java.util.List<Property> tableProperties) |
protected abstract void |
AbstractTableWriter.applyAttributes(AbstractWmlConversionContext context,
java.util.List<Property> properties,
org.w3c.dom.Element element) |
protected abstract void |
AbstractFldSimpleWriter.applyProperties(java.util.List<Property> properties,
org.w3c.dom.Node node) |
protected void |
AbstractTableWriter.createCellProperties(java.util.List<Property> properties,
CTTblPrBase tblPr) |
protected void |
AbstractTableWriter.createCellProperties(java.util.List<Property> properties,
CTTblPrEx tblPrEx) |
protected void |
AbstractTableWriter.createCellProperties(java.util.List<Property> properties,
TcPr tcPr) |
protected void |
AbstractTableWriter.createCellProperties(java.util.List<Property> properties,
TrPr trPr) |
protected void |
AbstractTableWriter.createRowProperties(java.util.List<Property> properties,
TrPr trPr,
boolean includeDefaultHeight) |
protected void |
AbstractTableWriter.processAttributes(AbstractWmlConversionContext context,
java.util.List<Property> properties,
org.w3c.dom.Element element) |
protected void |
AbstractTableWriter.resetProperties(java.util.List<Property> properties,
int size) |
| Modifier and Type | Method and Description |
|---|---|
protected static java.util.Map<java.lang.String,Property> |
HtmlCssHelper.getTempMap() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TableWriter.applyAttributes(AbstractWmlConversionContext context,
java.util.List<Property> properties,
org.w3c.dom.Element element) |
static void |
HtmlCssHelper.applyAttributes(java.util.List<Property> properties,
org.w3c.dom.Element node) |
protected void |
FldSimpleWriter.applyProperties(java.util.List<Property> properties,
org.w3c.dom.Node node) |
| Modifier and Type | Class and Description |
|---|---|
class |
AdHocProperty |
| Modifier and Type | Method and Description |
|---|---|
static Property |
PropertyFactory.createPropertyFromCssName(java.lang.String name,
org.w3c.dom.css.CSSValue value) |
static Property |
PropertyFactory.createPropertyFromCssNameForPPr(java.lang.String name,
org.w3c.dom.css.CSSValue value)
Now used to create fill property for paragraph only
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<Property> |
PropertyFactory.createProperties(CTTblPrBase tblPr) |
static java.util.List<Property> |
PropertyFactory.createProperties(java.util.List<CTTblStylePr> tblStylePrList) |
static java.util.List<Property> |
PropertyFactory.createProperties(OpcPackage wmlPackage,
ParaRPr rPr) |
static java.util.List<Property> |
PropertyFactory.createProperties(OpcPackage wmlPackage,
PPr pPr) |
static java.util.List<Property> |
PropertyFactory.createProperties(OpcPackage wmlPackage,
RPr rPr) |
static java.util.List<Property> |
PropertyFactory.createProperties(TcPr tcPr) |
static java.util.List<Property> |
PropertyFactory.createProperties(TrPr trPr) |
| Modifier and Type | Method and Description |
|---|---|
static void |
PropertyFactory.createProperties(java.util.List<Property> properties,
TcPr tcPr) |
static void |
PropertyFactory.createPropertiesTable(java.util.List<Property> properties,
TcPr tcPr) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractParagraphProperty |
class |
AbstractPBorder |
class |
Bidi |
class |
Indent |
class |
Justification |
class |
KeepNext |
class |
LineSpacing |
class |
NumberingProperty |
class |
OutlineLevel |
class |
PageBreakBefore |
class |
PBorderBottom |
class |
PBorderLeft |
class |
PBorderRight |
class |
PBorderTop |
class |
PShading |
class |
SpaceAfter |
class |
SpaceBefore |
class |
Tabs
This class currently exists solely to facilitate
calculation of effective pPr (via PropertyResolver)
in FO|PDF output.
|
class |
TextAlignmentVertical |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRunProperty |
class |
Bold |
class |
FontColor |
class |
FontSize |
class |
HighlightColor |
class |
Italics |
class |
Lang
Output language and country attributes to support
hyphenation in PDF output.
|
class |
RBorder |
class |
RShading |
class |
Spacing |
class |
Strike |
class |
TextDirection |
class |
Underline |
class |
VerticalAlignment
Support for subscript and superscript.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBorder |
class |
AbstractCellMargin |
class |
AbstractTableProperty |
class |
BorderBottom |
class |
BorderLeft |
class |
BorderRight |
class |
BorderTop |
class |
CellMarginBottom |
class |
CellMarginLeft |
class |
CellMarginRight |
class |
CellMarginTop |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTableStyleProperty |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTcProperty |
class |
Shading |
class |
TextDir |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTrProperty |
class |
TrCantSplit |
class |
TrHeight |
Copyright © 2007–2023. All rights reserved.