|
PDF Clown 0.1.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XAlignmentEnum | |
---|---|
org.pdfclown.documents.contents.composition | Typographic composition. |
org.pdfclown.documents.interaction | Features that allow a user to interact with a document on the screen [PDF:1.6:8]. |
org.pdfclown.documents.interaction.annotations | Annotations used to associate an object such as a note, sound, or movie with a location on a page of a PDF document, or to provide a way to interact with the user by means of the mouse and keyboard [PDF:1.6:8.4]. |
Uses of XAlignmentEnum in org.pdfclown.documents.contents.composition |
---|
Methods in org.pdfclown.documents.contents.composition that return XAlignmentEnum | |
---|---|
XAlignmentEnum |
BlockComposer.getXAlignment()
Gets the horizontal alignment applied to the current content block. |
static XAlignmentEnum |
XAlignmentEnum.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static XAlignmentEnum[] |
XAlignmentEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.pdfclown.documents.contents.composition with parameters of type XAlignmentEnum | |
---|---|
void |
BlockComposer.begin(Rectangle2D frame,
XAlignmentEnum xAlignment,
YAlignmentEnum yAlignment)
Begins a content block. |
void |
BlockComposer.showBreak(Dimension2D offset,
XAlignmentEnum xAlignment)
Ends current paragraph, specifying the offset and alignment of the next one. |
void |
BlockComposer.showBreak(XAlignmentEnum xAlignment)
Ends current paragraph, specifying the alignment of the next one. |
Quad |
PrimitiveComposer.showText(String value,
Point2D location,
XAlignmentEnum xAlignment,
YAlignmentEnum yAlignment,
double rotation)
Shows the specified text on the page at the specified location [PDF:1.6:5.3.2]. |
Link |
PrimitiveComposer.showText(String value,
Point2D location,
XAlignmentEnum xAlignment,
YAlignmentEnum yAlignment,
double rotation,
Action action)
Shows the link associated to the specified text on the page at the specified location. |
void |
PrimitiveComposer.showXObject(PdfName name,
Point2D location,
Dimension2D size,
XAlignmentEnum xAlignment,
YAlignmentEnum yAlignment,
double rotation)
Shows the specified external object at the specified position [PDF:1.6:4.7]. |
void |
PrimitiveComposer.showXObject(XObject value,
Point2D location,
Dimension2D size,
XAlignmentEnum xAlignment,
YAlignmentEnum yAlignment,
double rotation)
Shows the specified external object at the specified position [PDF:1.6:4.7]. |
Uses of XAlignmentEnum in org.pdfclown.documents.interaction |
---|
Methods in org.pdfclown.documents.interaction that return XAlignmentEnum | |
---|---|
XAlignmentEnum |
JustificationEnum.toXAlignment()
|
Uses of XAlignmentEnum in org.pdfclown.documents.interaction.annotations |
---|
Methods in org.pdfclown.documents.interaction.annotations that return XAlignmentEnum | |
---|---|
XAlignmentEnum |
AppearanceCharacteristics.IconFitObject.getXAlignment()
Gets the horizontal alignment of the icon inside the annotation box. |
Methods in org.pdfclown.documents.interaction.annotations with parameters of type XAlignmentEnum | |
---|---|
void |
AppearanceCharacteristics.IconFitObject.setXAlignment(XAlignmentEnum value)
Sets the horizontal alignment of the icon inside the annotation box. |
|
PDF Clown 0.1.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |