public class DocTable extends DocContainer implements DocStyle
ELEMENT_TYPE_PARAGRAPH, ELEMENT_TYPE_TABLE, ELEMENT_TYPE_TABLECELL, ELEMENT_TYPE_TABLEROW
Constructor and Description |
---|
DocTable() |
Modifier and Type | Method and Description |
---|---|
String |
getBackColor() |
int |
getColumns() |
int[] |
getColWithds() |
String |
getForeColor() |
int |
getPadding() |
Float |
getSpaceAfter() |
Float |
getSpaceBefore() |
int |
getSpacing() |
int |
getWidth() |
void |
setBackColor(String backColor) |
void |
setColumns(int columns) |
void |
setColWithds(int[] colWithds) |
void |
setForeColor(String foreColor) |
void |
setPadding(int padding) |
void |
setSpaceAfter(Float spaceAfter) |
void |
setSpaceBefore(Float spaceBefore) |
void |
setSpacing(int spacing) |
void |
setWidth(int width) |
addElement, containerSize, docElements, getElementList
getId, setId, toString
public int getPadding()
public void setPadding(int padding)
public int getSpacing()
public void setSpacing(int spacing)
public Float getSpaceBefore()
public void setSpaceBefore(Float spaceBefore)
public Float getSpaceAfter()
public void setSpaceAfter(Float spaceAfter)
public String getBackColor()
getBackColor
in interface DocStyle
public void setBackColor(String backColor)
setBackColor
in interface DocStyle
backColor
- the backColor to setpublic String getForeColor()
getForeColor
in interface DocStyle
public void setForeColor(String foreColor)
setForeColor
in interface DocStyle
foreColor
- the foreColor to setpublic int getColumns()
public void setColumns(int columns)
columns
- the columns to setpublic int getWidth()
public void setWidth(int width)
width
- the width to setpublic int[] getColWithds()
public void setColWithds(int[] colWithds)
colWithds
- the colWithds to setCopyright © 2019 Fugerit. All rights reserved.