|
PDF Clown 0.1.2 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TextMarkup.MarkupTypeEnum | |
|---|---|
| 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 TextMarkup.MarkupTypeEnum in org.pdfclown.documents.interaction.annotations |
|---|
| Methods in org.pdfclown.documents.interaction.annotations that return TextMarkup.MarkupTypeEnum | |
|---|---|
static TextMarkup.MarkupTypeEnum |
TextMarkup.MarkupTypeEnum.get(PdfName value)
Gets the markup type corresponding to the given value. |
TextMarkup.MarkupTypeEnum |
TextMarkup.getMarkupType()
Gets the markup type. |
static TextMarkup.MarkupTypeEnum |
TextMarkup.MarkupTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TextMarkup.MarkupTypeEnum[] |
TextMarkup.MarkupTypeEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.pdfclown.documents.interaction.annotations with parameters of type TextMarkup.MarkupTypeEnum | |
|---|---|
void |
TextMarkup.setMarkupType(TextMarkup.MarkupTypeEnum value)
|
| Constructors in org.pdfclown.documents.interaction.annotations with parameters of type TextMarkup.MarkupTypeEnum | |
|---|---|
TextMarkup(Page page,
String text,
TextMarkup.MarkupTypeEnum markupType,
List<Quad> markupBoxes)
Creates a new text markup on the specified page, making it printable by default. |
|
TextMarkup(Page page,
String text,
TextMarkup.MarkupTypeEnum markupType,
Quad markupBox)
Creates a new text markup on the specified page, making it printable by default. |
|
|
PDF Clown 0.1.2 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||