public abstract class AbstractPdfBlock extends java.lang.Object implements PdfBlock
| 限定符和类型 | 字段和说明 |
|---|---|
protected com.fr.third.v2.lowagie.text.html.IndentAttribute |
margin |
protected com.fr.third.v2.lowagie.text.html.IndentAttribute |
padding |
| 构造器和说明 |
|---|
AbstractPdfBlock() |
| 限定符和类型 | 方法和说明 |
|---|---|
com.fr.third.v2.lowagie.text.html.IndentAttribute |
getMargin()
获取margin
|
com.fr.third.v2.lowagie.text.html.IndentAttribute |
getPadding() |
void |
setMargin(com.fr.third.v2.lowagie.text.html.IndentAttribute margin) |
void |
setPadding(com.fr.third.v2.lowagie.text.html.IndentAttribute padding) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcalculateHeight, draw, getHeight, toHtmlStringprotected com.fr.third.v2.lowagie.text.html.IndentAttribute padding
protected com.fr.third.v2.lowagie.text.html.IndentAttribute margin
public com.fr.third.v2.lowagie.text.html.IndentAttribute getPadding()
public void setPadding(com.fr.third.v2.lowagie.text.html.IndentAttribute padding)
public com.fr.third.v2.lowagie.text.html.IndentAttribute getMargin()
PdfBlockpublic void setMargin(com.fr.third.v2.lowagie.text.html.IndentAttribute margin)