Sort Score
Result 10 results
Languages All
Labels All
Results 1,281 - 1,290 of 18,619 for

form

(0.13 sec)
  1. CustomXmlPropertyCollection.count property | As...

    CustomXmlPropertyCollection.count property. Gets the number of elements contained in the collection....recognizes a part of its text as some form of data, # such as a name, date...

    reference.aspose.com/words/python-net/aspose.wo...
  2. CustomXmlPropertyCollection.clear method | Aspo...

    CustomXmlPropertyCollection.clear method. Removes all elements from the collection....recognizes a part of its text as some form of data, # such as a name, date...

    reference.aspose.com/words/python-net/aspose.wo...
  3. FieldSymbol.IsAnsi | Aspose.Words for .NET

    Discover the FieldSymbol IsAnsi property, easily manage ANSI character codes for enhanced data handling and improved coding efficiency...."U+00A9", or "169" in integer form, is reserved for the copyright...

    reference.aspose.com/words/net/aspose.words.fie...
  4. Aspose::Words::Markup::StructuredDocumentTag::g...

    Aspose::Words::Markup::StructuredDocumentTag::get_FullDate method. Specifies the full date and time last entered into this SDT in C++....we will see a pop up in the form of a clickable calendar. //...

    reference.aspose.com/words/cpp/aspose.words.mar...
  5. FieldSymbol.is_shift_jis property | Aspose.Word...

    FieldSymbol.is_shift_jis property. Gets or sets whether the character code is interpreted as the value of a SHIFT-JIS character...."U+00A9", or "169" in integer form, is reserved for the copyright...

    reference.aspose.com/words/python-net/aspose.wo...
  6. FieldSymbol.font_name property | Aspose.Words f...

    FieldSymbol.font_name property. Gets or sets the name of the font of the character retrieved by the field...."U+00A9", or "169" in integer form, is reserved for the copyright...

    reference.aspose.com/words/python-net/aspose.wo...
  7. FieldFormat.numeric_format property | Aspose.Wo...

    FieldFormat.numeric_Format property. Gets or sets a Formatting that is applied to a numeric field result...field's result to its original form. format . general_formats ....

    reference.aspose.com/words/python-net/aspose.wo...
  8. FieldArgumentBuilder | Aspose.Words for Java

    Builds a complex field argument consisting of fields nodes and plain text in Java....provide the two expressions in the form of formula fields, which we...provide the two expressions in the form of formula fields, which we...

    reference.aspose.com/words/java/com.aspose.word...
  9. FieldBuilder | Aspose.Words for Java

    Builds a field from field code tokens arguments and switches in Java....provide the two expressions in the form of formula fields, which we...provide the two expressions in the form of formula fields, which we...

    reference.aspose.com/words/java/com.aspose.word...
  10. Change a field name - Free Support Forum - aspo...

    Try to change the name of a Form field. Used this code: var pdf=new Document(@"C:\tmp\a.pdf"); var field=(TextBoxField)pdf.Form[1]; field.Name="gorilla"; pdf.Save(@"C:\tmp\b.pdf"); But the field name doesn’t get chan…...Try to change the name of a form field. Used this code: var pdf=new...var field=(TextBoxField)pdf.Form[1]; field.Name="gorilla"; pdf...

    forum.aspose.com/t/change-a-field-name/312114