com.pdftron.pdf.model.AnnotStyle.OnAnnotStyleChangeListener |
Known Indirect Subclasses |
This interface is used for changing annotation appearance
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
onChangeAnnotBorderStyle(ShapeBorderStyle borderStyle)
This method is invoked when the border style of an annotation is changed
| ||||||||||
abstract void |
onChangeAnnotFillColor(int color)
The method is invoked when fill color is selected
| ||||||||||
abstract void |
onChangeAnnotFont(FontResource font)
The method is invoked when font resource is selected in font spinner
| ||||||||||
abstract void |
onChangeAnnotIcon(String icon)
The method is invoked when icon is selected in icon picker
| ||||||||||
abstract void |
onChangeAnnotLineEndStyle(LineEndingStyle lineEndStyle)
This method is invoked when the line end style of an annotation is changed
| ||||||||||
abstract void |
onChangeAnnotLineStartStyle(LineEndingStyle lineStartStyle)
This method is invoked when the line start style of an annotation is changed
| ||||||||||
abstract void |
onChangeAnnotLineStyle(LineStyle lineStyle)
This method is invoked when the line style of an annotation is changed
| ||||||||||
abstract void |
onChangeAnnotOpacity(float opacity, boolean done)
The method is invoked when opacity is changed in style picker
| ||||||||||
abstract void | onChangeAnnotStrokeColor(int color) | ||||||||||
abstract void |
onChangeAnnotTextColor(int textColor)
The method is invoked when text color is changed in style picker
| ||||||||||
abstract void |
onChangeAnnotTextSize(float textSize, boolean done)
The method is invoked when text size is changed in style picker
| ||||||||||
abstract void |
onChangeAnnotThickness(float thickness, boolean done)
The method is invoked when thickness is changed in style picker
| ||||||||||
abstract void |
onChangeDateFormat(String dateFormat)
This method is invoked when date format change
| ||||||||||
abstract void |
onChangeOverlayText(String overlayText)
The method is invoked when overlay text change
| ||||||||||
abstract void |
onChangeRichContentEnabled(boolean enabled)
The method is invoked when rich content enabled change
| ||||||||||
abstract void |
onChangeRulerProperty(RulerItem rulerItem)
The method is invoked when any of the ruler properties change
| ||||||||||
abstract void |
onChangeSnapping(boolean snap)
The method is invoked when snap switch change
| ||||||||||
abstract void |
onChangeTextAlignment(int horizontalAlignment, int verticalAlignment)
This method is invoked when the text alignment is changed
|
This method is invoked when the border style of an annotation is changed
borderStyle | the border style |
---|
The method is invoked when fill color is selected
color | fill color of annotation |
---|
The method is invoked when font resource is selected in font spinner
font | font resource |
---|
The method is invoked when icon is selected in icon picker
icon | icon name of sticky note |
---|
This method is invoked when the line end style of an annotation is changed
lineEndStyle | the line end style |
---|
This method is invoked when the line start style of an annotation is changed
lineStartStyle | the line start style |
---|
This method is invoked when the line style of an annotation is changed
lineStyle | the line style |
---|
The method is invoked when opacity is changed in style picker
opacity | opacity of annotation |
---|
The method is invoked when text color is changed in style picker
textColor | text color of annotation style. |
---|
The method is invoked when text size is changed in style picker
textSize | text size of annotation style. |
---|
The method is invoked when thickness is changed in style picker
thickness | thickness of annotation style. |
---|
This method is invoked when date format change
dateFormat | the date format |
---|
The method is invoked when overlay text change
overlayText | the overlay text |
---|
The method is invoked when rich content enabled change
enabled | whether to enable rich content |
---|
The method is invoked when any of the ruler properties change
rulerItem | the ruler item |
---|
The method is invoked when snap switch change
snap | whether to snap |
---|
This method is invoked when the text alignment is changed
horizontalAlignment | the horizontal text alignment |
---|---|
verticalAlignment | the vertical text alignment |