Package | Description |
---|---|
com.aspose.pdf | |
com.aspose.pdf.facades |
Modifier and Type | Field and Description |
---|---|
static Rectangle |
Rectangle.Empty
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static Rectangle |
Rectangle.fromRect(Rectangle src) |
Rectangle |
Page.getArtBox()
Gets art box of the page.
|
Rectangle |
XForm.getBBox()
Gets form bounding box.
|
Rectangle |
Page.getBleedBox()
Gets bleed box of the page.
|
Rectangle |
Page.getCropBox()
Gets crop box of the page.
|
static Rectangle |
Rectangle.getEmpty()
Empty rectangle
|
Rectangle |
CaretAnnotation.getFrame()
Gets or sets caret rectangle.
|
Rectangle |
CommonFigureAnnotation.getFrame()
The rectangle describing the numerical differences between two rectangles:
the Rect entry of the annotation and the actual boundaries of the underlying square or circle.
|
Rectangle |
Page.getMediaBox()
Gets media box of the page.
|
Rectangle |
Page.getPageRect(boolean considerRotation)
Returns rectangle of the page.
|
Rectangle |
Watermark.getPosition()
Gets a position of the watermark's image on a page.
|
Rectangle |
Page.getRect_Rename_Namesake()
Gets or sets rectangle of the page.
|
Rectangle |
Annotation.getRect()
Gets or sets annotation rectangle.
|
Rectangle |
Field.getRect()
Gets or sets the field rectangle.
|
Rectangle |
Page.getRect()
Gets or sets rectangle of the page.
|
Rectangle |
Artifact.getRectangle()
Gets rectangle of the artifact.
|
Rectangle |
CharInfo.getRectangle()
Gets rectangle of the character.
|
Rectangle |
ImagePlacement.getRectangle()
Gets rectangle of the Image.
|
Rectangle |
TextFragment.getRectangle()
returns rectangle of the TextFragment
|
Rectangle |
TextParagraph.getRectangle()
Gets rectangle of the paragraph.
|
Rectangle |
TextSearchOptions.getRectangle()
Gets rectangle that bounds the searched text.
|
Rectangle |
TextSegment.getRectangle()
Gets rectangle of the TextSegment
|
Rectangle |
XForm.getRectangle()
Gets rectangel of the form.
|
Rectangle[] |
TextParagraphAbsorber.getRectangles()
Gets or sets ractangles that the
TextParagraphAbsorber used to searche for text paragraphs on the PDF document or page. |
Rectangle |
TextParagraph.getTextRectangle()
Gets rectangle of the text placed to the paragraph.
|
Rectangle |
Page.getTrimBox()
Gets or sets trim box of the page.
|
static Rectangle |
Rectangle.getTrivial()
Initializes trivial rectangle i.e.
|
static Rectangle |
Rectangle.parse(String value)
Try to parse string and extract from it rectangle components llx, lly, urx, ury.
|
Rectangle |
Matrix.transform(Rectangle rect)
Transformes rectangle.
|
Modifier and Type | Method and Description |
---|---|
void |
Form.addFieldAppearance(Field field,
int pageNumber,
Rectangle rect)
Adds additional appearance of the field to specified page of the document in the specified location.
|
void |
Page.addImage(InputStream imageStream,
Rectangle imageRect)
Adds image onto the page and locates it in the middle of specified rectangle saving image's proportion.
|
void |
Page.addImage(InputStream imageStream,
Rectangle imageRect,
int imageWidth,
int imageHeight,
boolean saveImageProportions) |
void |
Page.addImage(com.aspose.ms.System.IO.Stream stream,
Rectangle rectangle,
CompositingParameters compositingParameters)
Adds image onto the page and locates it in the middle of specified rectangle saving image's proportion.
|
void |
Page.addImage(String hocr,
InputStream imageStream,
Rectangle imageRect)
Adds searchable image onto the page and locates it in the middle of specified rectangle saving image's proportion.
|
void |
Page.addImage(String imagePath,
Rectangle rectangle)
Adds image onto the page and locates it in the middle of specified rectangle saving image's proportion.
|
void |
Page.addImageInternal(com.aspose.ms.System.IO.Stream imageStream,
Rectangle imageRect)
Adds image onto the page and locates it in the middle of specified rectangle saving image's proportion.
|
void |
Page.addImageInternal(String hocr,
com.aspose.ms.System.IO.Stream imageStream,
Rectangle imageRect)
Adds searchable image onto the page and locates it in the middle of specified rectangle saving image's proportion.
|
void |
RadioButtonField.addOption(String optionName,
Rectangle rect)
Add to radio button option with specifed rectangle.
|
double |
TextState.calculateFontSize(String str,
Rectangle rect)
Calculates the font size for the rectangle.
|
Field[] |
Form.getFieldsInRect(Rectangle rect)
Returns fields inside of specified rectangle.
|
void |
Rectangle.intersect(Rectangle otherRect)
Intersects rectangles
|
void |
Page.setArtBox(Rectangle value)
Sets art box of the page.
|
void |
XForm.setBBox(Rectangle value)
Sets form bounding box.
|
void |
Page.setBleedBox(Rectangle value)
Sets bleed box of the page.
|
void |
Page.setCropBox(Rectangle value)
Sets crop box of the page.
|
void |
CaretAnnotation.setFrame(Rectangle value) |
void |
CommonFigureAnnotation.setFrame(Rectangle value) |
void |
Page.setMediaBox(Rectangle value)
Sets media box of the page.
|
void |
Annotation.setRect(Rectangle value) |
void |
Field.setRect(Rectangle value) |
void |
Page.setRect(Rectangle value) |
void |
TextParagraph.setRectangle(Rectangle value)
Sets rectangle of the paragraph.
|
void |
TextSearchOptions.setRectangle(Rectangle value)
Sets rectangle that bounds the searched text.
|
void |
TextParagraphAbsorber.setRectangles(Rectangle[] value) |
void |
Page.setTrimBox(Rectangle value)
Sets trim box of the page.
|
Rectangle |
Matrix.transform(Rectangle rect)
Transformes rectangle.
|
Constructor and Description |
---|
BarcodeField(Page page,
Rectangle rect)
Initializes new instance of the
BarcodeField class. |
ButtonField(Page page,
Rectangle rect)
ButtonField constructor.
|
CaretAnnotation(Page page,
Rectangle rect)
Creates new Caret annotation on the specified page.
|
Cell(Rectangle rect)
Initializes a new instance of the Cell class.
|
CheckboxField(Page page,
Rectangle rect)
Constructor for CheckboxField class.
|
ChoiceField(Page page,
Rectangle rect)
Constructor for ChoiceField.
|
CircleAnnotation(Page page,
Rectangle rect)
Creates new Circle annotation on the specified page.
|
ComboBoxField(Page page,
Rectangle rect) |
FileAttachmentAnnotation(Page page,
Rectangle rect,
FileSpecification fileSpec)
Creates new FileAttachment annotation on the specified page.
|
FreeTextAnnotation(Page page,
Rectangle rect,
DefaultAppearance appearance)
Creates new FreeText annotation on the specified page.
|
HighlightAnnotation(Page page,
Rectangle rect)
Creates new Highlight annotation on the specified page.
|
InkAnnotation(Page page,
Rectangle rect,
com.aspose.ms.System.Collections.IList inkList)
Creates new Ink annotation on the specified page.
|
LineAnnotation(Page page,
Rectangle rect,
Point start,
Point end)
Creates new Line annotation on the specified page.
|
LinkAnnotation(Page page,
Rectangle rect)
Creates new Link annotation on the specified page.
|
ListBoxField(Page page,
Rectangle rect)
Creates new ListBox field.
|
MovieAnnotation(Page page,
Rectangle rect,
String movieFile)
Creates new Sound annotation on the specified page.
|
PolygonAnnotation(Page page,
Rectangle rect,
Point[] vertices)
Creates new Polygon annotation on the specified page.
|
PolylineAnnotation(Page page,
Rectangle rect,
Point[] vertices)
Creates new Polyline annotation on the specified page.
|
PopupAnnotation(Page page,
Rectangle rect)
Creates new Popup annotation on the specified page.
|
RadioButtonField(Page page,
Rectangle rect) |
ScreenAnnotation(Page page,
Rectangle rect,
String mediaFile)
Creates new Screen annotation on the specified page.
|
SignatureField(Page page,
Rectangle rect)
Initializes new instance of the
SignatureField class. |
SoundAnnotation(Page page,
Rectangle rect,
String soundFile)
Creates new Sound annotation on the specified page.
|
SquareAnnotation(Page page,
Rectangle rect)
Creates new Square annotation on the specified page.
|
SquigglyAnnotation(Page page,
Rectangle rect)
Creates new Squiggly annotation on the specified page.
|
StampAnnotation(Page page,
Rectangle rect)
Creates new Stamp annotation on the specified page.
|
StrikeOutAnnotation(Page page,
Rectangle rect)
Creates new StrikeOut annotation on the specified page.
|
TextAnnotation(Page page,
Rectangle rect)
Creates new Text annotation on the specified page.
|
TextBoxField(Page page,
Rectangle rect)
Constructor of TextBox field.
|
TextParagraphAbsorber(Rectangle[] rectangles)
Initializes a new instance of the
TextParagraphAbsorber with rectangles collection. |
TextSearchOptions(Rectangle rectangle)
Initializes new instance of the
|
TextSearchOptions(Rectangle rectangle,
boolean isRegularExpressionUsed)
Initializes new instance of the
|
UnderlineAnnotation(Page page,
Rectangle rect)
Creates new Underline annotation on the specified page.
|
Watermark(BufferedImage nativeImage,
Rectangle rect)
Initializes a watermark structure with an image and it's position on a page.
|
Modifier and Type | Method and Description |
---|---|
Rectangle |
StampInfo.getRectangle()
Gets rectangle where stamp is placed.
|
Copyright © 2014 Aspose. All Rights Reserved.