Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 5,346 for

formfield

(0.06 sec)
  1. FormField.Name | Aspose.Words for .NET API 参考

    Formfield 财产. 获取或设置表单字段名称...FormField.Name FormField.Name property 获取或设置表单字段名称。 public string...插入一个组合框,允许用户从字符串集合中选择一个选项。 FormField comboBox = builder . InsertComboBox...

    reference.aspose.com/words/zh/net/aspose.words....
  2. FormField.NodeType | Aspose.Words for .NET API ...

    Formfield property. Returns Formfield in C#....FormField.NodeType Contents [ Hide ] FormField.NodeType property...property Returns FormField. public override NodeType NodeType { get...

    reference.aspose.com/words/net/aspose.words.fie...
  3. Type | Aspose.Words for .NET API 参考

    返回表单字段类型...Type FormField.Type property 返回表单字段类型。 public FieldType Type...插入一个组合框,允许用户从字符串集合中选择一个选项。 FormField comboBox = builder . InsertComboBox...

    reference.aspose.com/words/zh/net/aspose.words....
  4. ParagraphBreakFont | Aspose.Words for .NET API 参考

    提供对段落分隔符的字体格式的访问.../// <summary> /// 在文档中遇到 FormField 时调用。 /// </summary> public...VisitFormField ( FormField formField ) { if ( formField . Font . Hidden...

    reference.aspose.com/words/zh/net/aspose.words/...
  5. VisitShapeStart | Aspose.Words for .NET API 参考

    在形状枚举开始时调用.../// <summary> /// 在文档中遇到 FormField 时调用。 /// </summary> public...VisitFormField ( FormField formField ) { if ( formField . Font . Hidden...

    reference.aspose.com/words/zh/net/aspose.words/...
  6. FormFieldCollection class | Aspose.Words for Py...

    A collection of [Formfield](../Formfield/) objects that represent all the form fields in a range...FormFieldCollection class A collection of FormField objects that represent all...module aspose.words.fields FormField class GeneralFormat enumeration...

    reference.aspose.com/words/python-net/aspose.wo...
  7. How to set the font size of the entire document...

    Document document = new Document(mFilePath); Paragraph paragraph = new Paragraph(document); paragraph.getParagraphFormat().getStyle().getFont().setSize(50); I use this method to adjust the font size, I don’t know if it …...CONTINUE; } /// /// Called when a FormField node is encountered in the...VisitFormField(final FormField formField) { ResetFont(formField.getFont());...

    forum.aspose.com/t/how-to-set-the-font-size-of-...
  8. Formatting font and paragraph style of document...

    Hi, I have a default word document, that I need to print in different font and paragraph setting as per customer suggestion. So can you please help me to change the entire document style without any change in content. I…...CONTINUE; } /// /// Called when a FormField node is encountered in the...VisitFormField(final FormField formField) { ResetFont(formField.getFont());...

    forum.aspose.com/t/formatting-font-and-paragrap...
  9. Change the font in the document - Aspose.Words ...

    Hello there, I wanted to update the full document by changing the font to Calibri. The input document contains mix fonts (Arial, Times new roman, Garamond). By updating the document I’m expecting the document in the Ca…...CONTINUE; } /// /// Called when a FormField node is encountered in the...VisitFormField(final FormField formField) { ResetFont(formField.getFont());...

    forum.aspose.com/t/change-the-font-in-the-docum...
  10. DocumentBuilder.InsertCheckBox | Aspose.Words f...

    DocumentBuilder method. Inserts a checkbox form field at the current position in C#.... public FormField InsertCheckBox ( string name..."CheckBox_OnlyChecked" , doc . Range . FormFields [ 2 ]. Name ); // We can...

    reference.aspose.com/words/net/aspose.words/doc...