@@ -257,9 +257,9 @@ public virtual bool IsEdit() {
257257 return GetFieldFlag ( FF_EDIT ) ;
258258 }
259259
260- /// <summary>If true, the field??? s option items shall be sorted alphabetically.</summary>
260+ /// <summary>If true, the field' s option items shall be sorted alphabetically.</summary>
261261 /// <remarks>
262- /// If true, the field??? s option items shall be sorted alphabetically.
262+ /// If true, the field' s option items shall be sorted alphabetically.
263263 /// This flag is intended for use by writers, not by readers.
264264 /// </remarks>
265265 /// <param name="sort">whether or not to sort the items</param>
@@ -271,9 +271,9 @@ public virtual iText.Forms.Fields.PdfChoiceFormField SetSort(bool sort) {
271271 return ( iText . Forms . Fields . PdfChoiceFormField ) SetFieldFlag ( FF_SORT , sort ) ;
272272 }
273273
274- /// <summary>If true, the field??? s option items shall be sorted alphabetically.</summary>
274+ /// <summary>If true, the field' s option items shall be sorted alphabetically.</summary>
275275 /// <remarks>
276- /// If true, the field??? s option items shall be sorted alphabetically.
276+ /// If true, the field' s option items shall be sorted alphabetically.
277277 /// This flag is intended for use by writers, not by readers.
278278 /// </remarks>
279279 /// <returns>whether or not the items are currently sorted</returns>
@@ -282,7 +282,7 @@ public virtual bool IsSort() {
282282 }
283283
284284 /// <summary>
285- /// If true, more than one of the field??? s option items may be selected
285+ /// If true, more than one of the field' s option items may be selected
286286 /// simultaneously; if false, at most one item shall be selected.
287287 /// </summary>
288288 /// <param name="multiSelect">whether or not to allow multiple selection</param>
@@ -294,7 +294,7 @@ public virtual iText.Forms.Fields.PdfChoiceFormField SetMultiSelect(bool multiSe
294294 return ( iText . Forms . Fields . PdfChoiceFormField ) SetFieldFlag ( FF_MULTI_SELECT , multiSelect ) ;
295295 }
296296
297- /// <summary>If true, more than one of the field??? s option items may be selected simultaneously; if false, at most one item shall be selected.
297+ /// <summary>If true, more than one of the field' s option items may be selected simultaneously; if false, at most one item shall be selected.
298298 /// </summary>
299299 /// <returns>whether or not multiple selection is currently allowed</returns>
300300 public virtual bool IsMultiSelect ( ) {
0 commit comments