Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 6,328 for

formfield

(0.06 sec)
  1. Aspose::Words::DocumentBuilder::InsertComboBox ...

    Aspose::Words::DocumentBuilder::InsertComboBox method. Inserts a combobox form field at the current position in C++....Aspose :: Words :: Fields :: FormField > Aspose :: Words :: DocumentBuilder...InsertComboBox.docx" ); See Also Class FormField Class DocumentBuilder Namespace...

    reference.aspose.com/words/cpp/aspose.words/doc...
  2. FormField.status_text property | Aspose.Words f...

    Formfield.status_text property. Returns or sets the text that's displayed in the status bar when a form field has the focus....status_text property FormField.status_text property Returns or...field has the focus. If the FormField.own_status property is set...

    reference.aspose.com/words/python-net/aspose.wo...
  3. DocumentVisitor.VisitFootnoteStart | Aspose.Wor...

    DocumentVisitor 方法. 在开始枚举脚注或尾注文本时调用.../// <summary> /// 在文档中遇到 FormField 时调用。 /// </summary> public...VisitFormField ( FormField formField ) { if ( formField . Font . Hidden...

    reference.aspose.com/words/zh/net/aspose.words/...
  4. DocumentVisitor.VisitCellEnd | Aspose.Words for...

    DocumentVisitor VisitCellEnd method. Called when enumeration of a table cell has ended in C#....<summary> /// Called when a FormField is encountered in the document...VisitFormField ( FormField formField ) { if ( formField . Font . Hidden...

    reference.aspose.com/words/net/aspose.words/doc...
  5. FormField.text_input_format property | Aspose.W...

    Formfield.text_input_format property. Returns or sets the text formatting for a text form field....text_input_format property FormField.text_input_format property...aspose.words.fields class FormField FormField.text_input_default property...

    reference.aspose.com/words/python-net/aspose.wo...
  6. DocumentBuilder.InsertComboBox | Aspose.Words f...

    DocumentBuilder 方法. 在当前位置插入一个组合框表单域... public FormField InsertComboBox ( string name...CreateForm.docx" ); 也可以看看 class FormField class DocumentBuilder 命名空间...

    reference.aspose.com/words/zh/net/aspose.words/...
  7. Aspose::Words::DocumentVisitor::VisitRowEnd met...

    Aspose::Words::DocumentVisitor::VisitRowEnd method. Called when enumeration of a table row has ended in C++....SharedPtr < FormField > formField ) override { if ( formField -> get_Font...get_Font () -> get_Hidden ()) { formField -> Remove (); } return VisitorAction...

    reference.aspose.com/words/cpp/aspose.words/doc...
  8. Aspose::Words::DocumentVisitor::VisitGroupShape...

    Aspose::Words::DocumentVisitor::VisitGroupShapeStart method. Called when enumeration of a group shape has started in C++....SharedPtr < FormField > formField ) override { if ( formField -> get_Font...get_Font () -> get_Hidden ()) { formField -> Remove (); } return VisitorAction...

    reference.aspose.com/words/cpp/aspose.words/doc...
  9. Aspose::Words::SpecialChar Class Reference - As...

    Base class for special characters in the document....VisitFormField(SharedPtr<FormField> formField) override { if (formField->get_F...(formField->get_Font()->get_Hidden()) { formField->Remove(); } return VisitorAction::Continue...

    reference.aspose.com/words/cpp/class/aspose.wor...
  10. Header font - Free Support Forum - aspose.com

    I am trying to override the Header font, but it only works sometimes. Here is my code. any thoughts? foreach (HeaderFooter header in firstSection.HeadersFooters) { var isFooter = header.HeaderFooterType == HeaderFoo…...<summary> /// Called when a FormField node is encountered in the...VisitFormField(FormField formField) { ResetFont(formField.Font); return...

    forum.aspose.com/t/header-font/291533