|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.pdf.widget.PdfFieldWidgetItem
public class PdfFieldWidgetItem
Represents base class for field's group items.
Constructor Summary | |
---|---|
PdfFieldWidgetItem(PdfStyledFieldWidget fieldWidget,
int index,
PdfDictionary dictionary)
|
Method Summary | |
---|---|
protected java.awt.geom.Rectangle2D |
getBounds()
Gets the bounds. |
java.awt.geom.Point2D |
getLocation()
Gets or sets the location. |
PdfPageBase |
getPage()
Gets the page. |
java.awt.geom.Dimension2D |
getSize()
Gets or sets the size. |
void |
setBounds(java.awt.geom.Rectangle2D value)
Sets or sets the bounds. |
void |
setLocation(java.awt.geom.Point2D value)
|
void |
setSize(java.awt.geom.Dimension2D value)
|
Constructor Detail |
---|
public PdfFieldWidgetItem(PdfStyledFieldWidget fieldWidget, int index, PdfDictionary dictionary)
Method Detail |
---|
protected java.awt.geom.Rectangle2D getBounds()
public void setBounds(java.awt.geom.Rectangle2D value)
value
- bounds valuepublic java.awt.geom.Point2D getLocation()
public void setLocation(java.awt.geom.Point2D value)
public java.awt.geom.Dimension2D getSize()
public void setSize(java.awt.geom.Dimension2D value)
public PdfPageBase getPage()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |