fot2pdf (w) C. Drescher

com.pdftech.fot2pdf.formatter
Class Formatter.LayoutTable.TableRow

java.lang.Object
  |
  +--com.pdftech.fot2pdf.formatter.Formatter.LayoutTable.TableRow
Enclosing class:
Formatter.LayoutTable

class Formatter.LayoutTable.TableRow
extends java.lang.Object


Field Summary
(package private)  Formatter.LayoutTable.LayoutTableBorder cb_bottom
           
(package private)  Formatter.LayoutTable.LayoutTableBorder cb_left
           
(package private)  Formatter.LayoutTable.LayoutTableBorder cb_right
           
(package private)  Formatter.LayoutTable.LayoutTableBorder cb_top
           
(package private)  com.pdftech.fot2pdf.formatter.DSSSL_InheritedCharacteristics contentic
           
(package private)  com.pdftech.fot2pdf.xml.xmlnode contentnode
           
 
Constructor Summary
(package private) Formatter.LayoutTable.TableRow()
           
 
Method Summary
(package private)  void setCellBorderBottom(Formatter.LayoutTable.LayoutTableBorder b)
           
(package private)  void setCellBorderLeft(Formatter.LayoutTable.LayoutTableBorder b)
           
(package private)  void setCellBorderRight(Formatter.LayoutTable.LayoutTableBorder b)
           
(package private)  void setCellBorderTop(Formatter.LayoutTable.LayoutTableBorder b)
           
 void setContent(com.pdftech.fot2pdf.xml.xmlnode o, com.pdftech.fot2pdf.formatter.DSSSL_InheritedCharacteristics ic)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

cb_top

Formatter.LayoutTable.LayoutTableBorder cb_top

cb_bottom

Formatter.LayoutTable.LayoutTableBorder cb_bottom

cb_left

Formatter.LayoutTable.LayoutTableBorder cb_left

cb_right

Formatter.LayoutTable.LayoutTableBorder cb_right

contentnode

com.pdftech.fot2pdf.xml.xmlnode contentnode

contentic

com.pdftech.fot2pdf.formatter.DSSSL_InheritedCharacteristics contentic
Constructor Detail

Formatter.LayoutTable.TableRow

Formatter.LayoutTable.TableRow()
Method Detail

setContent

public void setContent(com.pdftech.fot2pdf.xml.xmlnode o,
                       com.pdftech.fot2pdf.formatter.DSSSL_InheritedCharacteristics ic)

setCellBorderTop

void setCellBorderTop(Formatter.LayoutTable.LayoutTableBorder b)

setCellBorderBottom

void setCellBorderBottom(Formatter.LayoutTable.LayoutTableBorder b)

setCellBorderLeft

void setCellBorderLeft(Formatter.LayoutTable.LayoutTableBorder b)

setCellBorderRight

void setCellBorderRight(Formatter.LayoutTable.LayoutTableBorder b)

fot2pdf (w) C. Drescher