Sort Score
Result 10 results
Languages All
Labels All
Results 1 - 10 of 360 for

textfield

(0.01 sec)
  1. Set external Font in TextField - Aspose.PDF Pro...

    Hello Support, I am trying to Set Custom font in a specific Textfield of PDF file and that font is not available in local machine. It should work if I move that font specific PDF file in other machine. Note: It is not…...Set external Font in TextField Aspose.PDF Product Family pabitraswain...Custom font in a specific TextField of PDF file and that font...

    forum.aspose.com/t/set-external-font-in-textfie...
  2. Printing Barcodes in Report Using Data Source|D...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....graphicElement /> </ line > < textField > < reportElement x = "0"...textFieldExpression > </ textField > </ band > </ title > < pageHeader...

    docs.aspose.com/barcode/jasperreports/printing-...
  3. Validation.LoadValueList | Aspose.Cells for .NE...

    Validation method. Loads value list from a DataView object. You can specify the value field and text field of the DataView. Each value and text pair will be combined to one string with a comma between them...string valueField , string textField , bool valuePrefixText ) Parameter...String The value field name. textField String The text field name...

    reference.aspose.com/cells/net/aspose.cells.gri...
  4. ConvertToStreams | Aspose.PDF for .NET API Refe...

    Convert data in table into streams.... Add ( "textField" ); table . Columns . Add...table . NewRow (); newrow [ "textField" ] = "NEW DATA" ; newrow [...

    reference.aspose.com/pdf/net/aspose.pdf.facades...
  5. ConvertToStreams | Aspose.PDF for .NET API 参考

    将表中的数据转换为流... Add ( "textField" ); table . Columns . Add...table . NewRow (); newrow [ "textField" ] = "NEW DATA" ; newrow [...

    reference.aspose.com/pdf/zh/net/aspose.pdf.faca...
  6. How can we set rounded corners for TextBoxField...

    Hi, I used BorderCornerStyle enum and setHCornerRadius(value) api for setting rounded corners to TextBoxField , CheckBoxField and ComboBoxField. But , I am not able to see any result. Can you please suggest any way to…... TextBoxField textfield=new TextBoxField(page, new...616)); textfield.setBorder(new Border(textfield)); textfield.getBorder()...

    forum.aspose.com/t/how-can-we-set-rounded-corne...
  7. RenameField | Aspose.PDF for .NET API Reference

    Change name of the field.... RenameField ( "textField" , "textField_Renamed" ); See Also...

    reference.aspose.com/pdf/net/aspose.pdf.facades...
  8. Print Barcodes in Report|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....graphicElement /> </ line > < textField > < reportElement x = "0"...textFieldExpression > </ textField > < textField > < reportElement x...

    docs.aspose.com/barcode/jasperreports/print-bar...
  9. RemoveField | Aspose.PDF for .NET API Reference

    Remove field from the form.... RemoveField ( "textField" ); See Also class FormEditor...

    reference.aspose.com/pdf/net/aspose.pdf.facades...
  10. CopyInnerField | Aspose.PDF for .NET API Reference

    Copies an existing field to the same position in specified page number. A new document will be produced which contains everything the source document has except for the newly copied field.... CopyInnerField ( "textField" , "textFieldCopy" , 2 );...formEditor . CopyInnerField ( "textField" , "textFieldCopy" , 2 , 100...

    reference.aspose.com/pdf/net/aspose.pdf.facades...