|
PDF Clown 0.1.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JustificationEnum | |
---|---|
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]. |
org.pdfclown.documents.interaction.forms | Interactive forms (aka AcroForm) used to gather information interactively from the user [PDF:1.6:8.6]. |
Uses of JustificationEnum in org.pdfclown.documents.interaction |
---|
Methods in org.pdfclown.documents.interaction that return JustificationEnum | |
---|---|
static JustificationEnum |
JustificationEnum.valueOf(PdfInteger value)
Gets the justification corresponding to the given value. |
static JustificationEnum |
JustificationEnum.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static JustificationEnum[] |
JustificationEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of JustificationEnum in org.pdfclown.documents.interaction.annotations |
---|
Methods in org.pdfclown.documents.interaction.annotations that return JustificationEnum | |
---|---|
JustificationEnum |
CalloutNote.getJustification()
Gets the justification to be used in displaying the annotation's text. |
Methods in org.pdfclown.documents.interaction.annotations with parameters of type JustificationEnum | |
---|---|
void |
CalloutNote.setJustification(JustificationEnum value)
|
Uses of JustificationEnum in org.pdfclown.documents.interaction.forms |
---|
Methods in org.pdfclown.documents.interaction.forms that return JustificationEnum | |
---|---|
JustificationEnum |
TextField.getJustification()
Gets the justification to be used in displaying this field's text. |
Methods in org.pdfclown.documents.interaction.forms with parameters of type JustificationEnum | |
---|---|
void |
TextField.setJustification(JustificationEnum value)
|
|
PDF Clown 0.1.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |