java.lang.Object | |
↳ | com.pdftron.pdf.dialog.measurecount.CountToolCreatePresetDialog.Builder |
Builder for building annotation style dialog
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Builder()
Creates a builder for an annotation style dialog
| |||||||||||
Builder(AnnotStyle annotStyle)
Creates a builder for an annotation style dialog with given annotation style
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CountToolCreatePresetDialog | build() | ||||||||||
CountToolCreatePresetDialog.Builder |
setAnnotStyle(AnnotStyle annotStyle)
Sets annotation style to the builder, it is used for setting annotation style for dialog
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Creates a builder for an annotation style dialog
Creates a builder for an annotation style dialog with given annotation style
annotStyle | The annotation style for building the dialog |
---|
Sets annotation style to the builder, it is used for setting annotation style for dialog
annotStyle | The annotation style for building dialog. This is equivalent to call: new Builder(annotStyle) |
---|