Search
Sort
Score
Result
10 results
Languages
All
Labels
All
Results
21
-
30
of
455
for
textfield
(0.01 sec)
«
Prev
1
2
3
4
5
6
7
8
Next
»
GetFieldType | Aspose.PDF for .NET API Reference
Returns type of field.... GetFieldType ( "
textField
" ) == FieldType . Text ) {...
reference.aspose.com/pdf/net/aspose.pdf.facades...
more..
GetFullFieldName | Aspose.PDF for .NET API Refe...
Gets the full field name according to its short field name.... GetFullFieldName ( "
textField
" )); See Also class Form namespace...
reference.aspose.com/pdf/net/aspose.pdf.facades...
more..
SetFieldLimit | Aspose.PDF for .NET API 参考
设置文本字段的最大字符数... SetFieldLimit ( "
textField
" , 15 ); 也可以看看 class FormEditor...
reference.aspose.com/pdf/zh/net/aspose.pdf.faca...
more..
SetFieldAttribute | Aspose.PDF for .NET API 参考
设置字段属性... SetFieldAttribute ( "
textField
" , PropertyFlag . NoExport...
reference.aspose.com/pdf/zh/net/aspose.pdf.faca...
more..
RemoveField | Aspose.PDF for .NET API 参考
从表单中删除字段... RemoveField ( "
textField
" ); 也可以看看 class FormEditor...
reference.aspose.com/pdf/zh/net/aspose.pdf.faca...
more..
RenameField | Aspose.PDF for .NET API 参考
更改字段名称... RenameField ( "
textField
" , "
textField
_Renamed" ); 也可以看看 class...
reference.aspose.com/pdf/zh/net/aspose.pdf.faca...
more..
FlattenField | Aspose.PDF for .NET API Reference
Flattens a specified field with the fully qualified field name. Any other field will remain unchangable. If the fieldName is invalid all the fields will remain unchangable.... FlattenField ( "
textField
" ); See Also class Form namespace...
reference.aspose.com/pdf/net/aspose.pdf.facades...
more..
SetFieldLimit | Aspose.PDF for .NET API Reference
Sets maximum character count of the text field.... SetFieldLimit ( "
textField
" , 15 ); See Also class FormEditor...
reference.aspose.com/pdf/net/aspose.pdf.facades...
more..
FillBarcodeField | Aspose.PDF for .NET API Refe...
Fill a barcode field according to its fully qualified field name.... FillBarcodeField ( "
textField
" , "42207252" ); See Also...
reference.aspose.com/pdf/net/aspose.pdf.facades...
more..
Facade | Aspose.PDF for .NET API Reference
Sets visual attributes of the field.... DecorateField ( "
textField
" ); fe . Save (); See Also...
reference.aspose.com/pdf/net/aspose.pdf.facades...
more..
«
Prev
1
2
3
4
5
6
7
8
Next
»