@@ -76,7 +76,7 @@ protected PdfChoiceFormField(PdfDictionary pdfObject) {
76
76
77
77
/**
78
78
* Returns <code>Ch</code>, the form type for choice form fields.
79
- *
79
+ *
80
80
* @return the form type, as a {@link PdfName}
81
81
*/
82
82
@ Override
@@ -86,7 +86,7 @@ public PdfName getFormType() {
86
86
87
87
/**
88
88
* Sets the index of the first visible option in a scrollable list.
89
- *
89
+ *
90
90
* @param index the index of the first option
91
91
* @return current {@link PdfChoiceFormField}
92
92
*/
@@ -106,7 +106,7 @@ public PdfNumber getTopIndex() {
106
106
107
107
/**
108
108
* Sets the selected items in the field.
109
- *
109
+ *
110
110
* @param indices a sorted array of indices representing selected items in the field
111
111
* @return current {@link PdfChoiceFormField}
112
112
*/
@@ -185,7 +185,7 @@ public PdfChoiceFormField setListSelected(int[] optionNumbers) {
185
185
186
186
/**
187
187
* Gets the currently selected items in the field
188
- *
188
+ *
189
189
* @return a sorted array of indices representing the currently selected items in the field
190
190
*/
191
191
public PdfArray getIndices () {
@@ -203,7 +203,7 @@ public PdfChoiceFormField setCombo(boolean combo) {
203
203
204
204
/**
205
205
* If true, the field is a combo box; if false, the field is a list box.
206
- *
206
+ *
207
207
* @return whether or not the field is now a combo box.
208
208
*/
209
209
public boolean isCombo () {
@@ -232,7 +232,7 @@ public boolean isEdit() {
232
232
}
233
233
234
234
/**
235
- * If true, the field??? s option items shall be sorted alphabetically.
235
+ * If true, the field' s option items shall be sorted alphabetically.
236
236
* This flag is intended for use by writers, not by readers.
237
237
* @param sort whether or not to sort the items
238
238
* @return current {@link PdfChoiceFormField}
@@ -242,7 +242,7 @@ public PdfChoiceFormField setSort(boolean sort) {
242
242
}
243
243
244
244
/**
245
- * If true, the field??? s option items shall be sorted alphabetically.
245
+ * If true, the field' s option items shall be sorted alphabetically.
246
246
* This flag is intended for use by writers, not by readers.
247
247
* @return whether or not the items are currently sorted
248
248
*/
@@ -251,7 +251,7 @@ public boolean isSort() {
251
251
}
252
252
253
253
/**
254
- * If true, more than one of the field??? s option items may be selected
254
+ * If true, more than one of the field' s option items may be selected
255
255
* simultaneously; if false, at most one item shall be selected.
256
256
* @param multiSelect whether or not to allow multiple selection
257
257
* @return current {@link PdfChoiceFormField}
@@ -261,7 +261,7 @@ public PdfChoiceFormField setMultiSelect(boolean multiSelect) {
261
261
}
262
262
263
263
/**
264
- * If true, more than one of the field??? s option items may be selected simultaneously; if false, at most one item shall be selected.
264
+ * If true, more than one of the field' s option items may be selected simultaneously; if false, at most one item shall be selected.
265
265
* @return whether or not multiple selection is currently allowed
266
266
*/
267
267
public boolean isMultiSelect () {
0 commit comments