Package | Description |
---|---|
com.hfg.css |
Implementation of CSS concepts to allow CSS content to be created, parsed,
and/or manipulated in code.
|
com.hfg.html |
The HTML classes in this package can be used to construct HTML or XHTML in an object-oriented fashion.
|
com.hfg.html.attribute | |
com.hfg.javascript.ext | |
com.hfg.util.collection | |
com.hfg.xml.msofficexml.xlsx.spreadsheetml.style |
Modifier and Type | Method and Description |
---|---|
static String |
CSS.textAlign(Align inValue) |
Modifier and Type | Method and Description |
---|---|
Td |
Tr.addCell(HTMLNode inContent,
Align inAlign) |
Td |
Tr.addCell(String inContent,
Align inAlign) |
Th |
Tr.addHeaderCell(HTMLTag inContent,
Align inAlign) |
Th |
Tr.addHeaderCell(String inContent,
Align inAlign) |
Applet |
Applet.setAlign(Align inValue) |
Col |
Col.setAlign(Align inValue) |
Colgroup |
Colgroup.setAlign(Align inValue) |
Div |
Div.setAlign(Align inValue) |
H1 |
H1.setAlign(Align inValue) |
H2 |
H2.setAlign(Align inValue) |
H3 |
H3.setAlign(Align inValue) |
IFrame |
IFrame.setAlign(Align inValue) |
Img |
Img.setAlign(Align inValue) |
P |
P.setAlign(Align inValue) |
TBody |
TBody.setAlign(Align inValue) |
Td |
Td.setAlign(Align inValue) |
TFoot |
TFoot.setAlign(Align inValue) |
Th |
Th.setAlign(Align inValue) |
THead |
THead.setAlign(Align inValue) |
Tr |
Tr.setAlign(Align inValue) |
Constructor and Description |
---|
Div(HTMLTag inContent,
Align inAlign) |
Div(String inContent,
Align inAlign) |
Td(HTMLNode inContent,
Align inAlign) |
Td(String inContent,
Align inAlign) |
Th(HTMLTag inContent,
Align inAlign) |
Th(String inContent,
Align inAlign) |
Tr(Align inAlign) |
Modifier and Type | Field and Description |
---|---|
static Align |
Align.CENTER |
static Align |
Align.CHAR |
static Align |
Align.JUSTIFY |
static Align |
Align.LEFT |
static Align |
Align.RIGHT |
Modifier and Type | Method and Description |
---|---|
static Align |
Align.valueOf(String inValue) |
static Align[] |
Align.values() |
Modifier and Type | Method and Description |
---|---|
Align |
ExtGridCol.getAlign() |
Modifier and Type | Method and Description |
---|---|
ExtGridCol |
ExtGridCol.setAlign(Align inValue) |
Modifier and Type | Method and Description |
---|---|
Align |
DataColumn.getTextAlign() |
Modifier and Type | Method and Description |
---|---|
DataColumn |
DataColumn.setTextAlign(Align inValue) |
Modifier and Type | Method and Description |
---|---|
SsmlAlignment |
SsmlAlignment.setHorizontal(Align inValue) |
static SsmlHorizontalAlign |
SsmlHorizontalAlign.valueOf(Align inAlignValue) |
jataylor@hairyfatguy.com