|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BorderCode | |
---|---|
org.apache.poi.hwpf.converter | |
org.apache.poi.hwpf.model.types | |
org.apache.poi.hwpf.usermodel |
Uses of BorderCode in org.apache.poi.hwpf.converter |
---|
Methods in org.apache.poi.hwpf.converter with parameters of type BorderCode | |
---|---|
static void |
WordToHtmlUtils.addBorder(BorderCode borderCode,
java.lang.String where,
java.lang.StringBuilder style)
|
static java.lang.String |
AbstractWordUtils.getBorderType(BorderCode borderCode)
|
static java.lang.String |
AbstractWordUtils.getBorderWidth(BorderCode borderCode)
|
static void |
WordToFoUtils.setBorder(org.w3c.dom.Element element,
BorderCode borderCode,
java.lang.String where)
|
Uses of BorderCode in org.apache.poi.hwpf.model.types |
---|
Methods in org.apache.poi.hwpf.model.types that return BorderCode | |
---|---|
BorderCode |
CHPAbstractType.getBrc()
Border. |
BorderCode |
PAPAbstractType.getBrcBar()
Get the brcBar field for the PAP record. |
BorderCode |
PAPAbstractType.getBrcBetween()
Get the brcBetween field for the PAP record. |
BorderCode |
TCAbstractType.getBrcBottom()
Bottom border. |
BorderCode |
TAPAbstractType.getBrcBottom()
Get the brcBottom field for the TAP record. |
BorderCode |
SEPAbstractType.getBrcBottom()
Get the brcBottom field for the SEP record. |
BorderCode |
PAPAbstractType.getBrcBottom()
Get the brcBottom field for the PAP record. |
BorderCode |
TAPAbstractType.getBrcHorizontal()
Get the brcHorizontal field for the TAP record. |
BorderCode |
TCAbstractType.getBrcLeft()
Left border. |
BorderCode |
TAPAbstractType.getBrcLeft()
Get the brcLeft field for the TAP record. |
BorderCode |
SEPAbstractType.getBrcLeft()
Get the brcLeft field for the SEP record. |
BorderCode |
PAPAbstractType.getBrcLeft()
Get the brcLeft field for the PAP record. |
BorderCode |
TCAbstractType.getBrcRight()
Right border. |
BorderCode |
TAPAbstractType.getBrcRight()
Get the brcRight field for the TAP record. |
BorderCode |
SEPAbstractType.getBrcRight()
Get the brcRight field for the SEP record. |
BorderCode |
PAPAbstractType.getBrcRight()
Get the brcRight field for the PAP record. |
BorderCode |
TCAbstractType.getBrcTop()
Top border. |
BorderCode |
TAPAbstractType.getBrcTop()
Get the brcTop field for the TAP record. |
BorderCode |
SEPAbstractType.getBrcTop()
Get the brcTop field for the SEP record. |
BorderCode |
PAPAbstractType.getBrcTop()
Get the brcTop field for the PAP record. |
BorderCode |
TAPAbstractType.getBrcVertical()
Get the brcVertical field for the TAP record. |
BorderCode |
TAPAbstractType.getRgbrcInsideDefault_0()
Border definition for inside horizontal borders. |
BorderCode |
TAPAbstractType.getRgbrcInsideDefault_1()
Border definition for inside vertical borders. |
Methods in org.apache.poi.hwpf.model.types with parameters of type BorderCode | |
---|---|
void |
CHPAbstractType.setBrc(BorderCode field_24_brc)
Border. |
void |
PAPAbstractType.setBrcBar(BorderCode field_65_brcBar)
Set the brcBar field for the PAP record. |
void |
PAPAbstractType.setBrcBetween(BorderCode field_64_brcBetween)
Set the brcBetween field for the PAP record. |
void |
TCAbstractType.setBrcBottom(BorderCode field_22_brcBottom)
Bottom border. |
void |
TAPAbstractType.setBrcBottom(BorderCode field_36_brcBottom)
Set the brcBottom field for the TAP record. |
void |
SEPAbstractType.setBrcBottom(BorderCode field_22_brcBottom)
Set the brcBottom field for the SEP record. |
void |
PAPAbstractType.setBrcBottom(BorderCode field_62_brcBottom)
Set the brcBottom field for the PAP record. |
void |
TAPAbstractType.setBrcHorizontal(BorderCode field_41_brcHorizontal)
Set the brcHorizontal field for the TAP record. |
void |
TCAbstractType.setBrcLeft(BorderCode field_21_brcLeft)
Left border. |
void |
TAPAbstractType.setBrcLeft(BorderCode field_38_brcLeft)
Set the brcLeft field for the TAP record. |
void |
SEPAbstractType.setBrcLeft(BorderCode field_21_brcLeft)
Set the brcLeft field for the SEP record. |
void |
PAPAbstractType.setBrcLeft(BorderCode field_61_brcLeft)
Set the brcLeft field for the PAP record. |
void |
TCAbstractType.setBrcRight(BorderCode field_23_brcRight)
Right border. |
void |
TAPAbstractType.setBrcRight(BorderCode field_39_brcRight)
Set the brcRight field for the TAP record. |
void |
SEPAbstractType.setBrcRight(BorderCode field_23_brcRight)
Set the brcRight field for the SEP record. |
void |
PAPAbstractType.setBrcRight(BorderCode field_63_brcRight)
Set the brcRight field for the PAP record. |
void |
TCAbstractType.setBrcTop(BorderCode field_20_brcTop)
Top border. |
void |
TAPAbstractType.setBrcTop(BorderCode field_37_brcTop)
Set the brcTop field for the TAP record. |
void |
SEPAbstractType.setBrcTop(BorderCode field_20_brcTop)
Set the brcTop field for the SEP record. |
void |
PAPAbstractType.setBrcTop(BorderCode field_60_brcTop)
Set the brcTop field for the PAP record. |
void |
TAPAbstractType.setBrcVertical(BorderCode field_40_brcVertical)
Set the brcVertical field for the TAP record. |
void |
TAPAbstractType.setRgbrcInsideDefault_0(BorderCode field_80_rgbrcInsideDefault_0)
Border definition for inside horizontal borders. |
void |
TAPAbstractType.setRgbrcInsideDefault_1(BorderCode field_81_rgbrcInsideDefault_1)
Border definition for inside vertical borders. |
Uses of BorderCode in org.apache.poi.hwpf.usermodel |
---|
Methods in org.apache.poi.hwpf.usermodel that return BorderCode | |
---|---|
BorderCode |
TableRow.getBarBorder()
|
BorderCode |
ParagraphProperties.getBarBorder()
|
BorderCode |
Paragraph.getBarBorder()
|
BorderCode |
CharacterRun.getBorder()
|
BorderCode |
TableRow.getBottomBorder()
|
BorderCode |
ParagraphProperties.getBottomBorder()
|
BorderCode |
Paragraph.getBottomBorder()
|
BorderCode |
TableCell.getBrcBottom()
|
BorderCode |
TableCell.getBrcLeft()
|
BorderCode |
TableCell.getBrcRight()
|
BorderCode |
TableCell.getBrcTop()
|
BorderCode |
TableRow.getHorizontalBorder()
|
BorderCode |
TableRow.getLeftBorder()
|
BorderCode |
ParagraphProperties.getLeftBorder()
|
BorderCode |
Paragraph.getLeftBorder()
|
BorderCode |
TableRow.getRightBorder()
|
BorderCode |
ParagraphProperties.getRightBorder()
|
BorderCode |
Paragraph.getRightBorder()
|
BorderCode |
TableRow.getTopBorder()
|
BorderCode |
ParagraphProperties.getTopBorder()
|
BorderCode |
Paragraph.getTopBorder()
|
BorderCode |
TableRow.getVerticalBorder()
|
Methods in org.apache.poi.hwpf.usermodel with parameters of type BorderCode | |
---|---|
void |
ParagraphProperties.setBarBorder(BorderCode bar)
|
void |
Paragraph.setBarBorder(BorderCode bar)
|
void |
ParagraphProperties.setBottomBorder(BorderCode bottom)
|
void |
Paragraph.setBottomBorder(BorderCode bottom)
|
void |
ParagraphProperties.setLeftBorder(BorderCode left)
|
void |
Paragraph.setLeftBorder(BorderCode left)
|
void |
ParagraphProperties.setRightBorder(BorderCode right)
|
void |
Paragraph.setRightBorder(BorderCode right)
|
void |
ParagraphProperties.setTopBorder(BorderCode top)
|
void |
Paragraph.setTopBorder(BorderCode top)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |