Package com.snowtide.pdf.layout
Interface Bounded
-
- All Known Subinterfaces:
AcroFormField
,Annotation
,Block
,DocumentLocation
,Image
,Line
,Region
,Table
,TextUnit
- All Known Implementing Classes:
AcroButtonField
,AcroCheckboxField
,AcroChoiceField
,AcroRadioButtonGroupField
,AcroSignatureField
,AcroTextField
,FileAttachmentAnnotation
,FreeTextAnnotation
,LinkAnnotation
,Rectangle
,TextAnnotation
public interface Bounded
Instances of this interface represent two-dimensional spatial entities that carry a
Region
instance indicating their minimum bounding rectangle.- Since:
- v3.0
- Version:
- ©2004-2024 Snowtide
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Region
bounds()
-
-
-
Method Detail
-
bounds
Region bounds()
-
-