Sort Score
Result 10 results
Languages All
Labels All
Results 401 - 410 of 11,911 for

date

(0.03 sec)
  1. FieldFormat.NumericFormat | Aspose.Words for .NET

    Discover how the FieldFormat NumericFormat property customizes numeric field results, enhancing data presentation and user experience effectively.... Result ); // 2 - Date/time format: field = builder...builder . InsertField ( "DATE" ); format = field . Format ; format...

    reference.aspose.com/words/net/aspose.words.fie...
  2. Aspose::Words::Properties::DocumentProperty::To...

    Aspose::Words::Properties::DocumentProperty::ToString method. Returns the property value as a string formatted according to the current locale in C++.... Converts a date property into a short date string. For all...properties -> Add ( u "Authorized Date" , authDate ); properties ->...

    reference.aspose.com/words/cpp/aspose.words.pro...
  3. FieldBarcode | Aspose.Words for Java

    Implements the BARCODE field in Java....insertField(" DATE \\@ \"dddd, d MMMM yyyy\" ");...dateField = builder.insertField("DATE \\* MERGEFORMAT"); Assert.a...

    reference.aspose.com/words/java/com.aspose.word...
  4. ChartAxis.type property | Aspose.Words for Python

    ChartAxis.type property. Returns type of the axis....type ) # 2 - Area chart with dates distributed along the X-axis:...500 , 300 ) dates = [ date ( 2014 , 3 , 31 ), date ( 2017 , 1...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Project's calculation modes

    Learn about calculation modes in Aspose.Tasks for Java....data Automatic - Recalculates dates, work and cost properties automatically...getChildren (). add ( "Task" ); 7 8 Date minDate = new GregorianCalendar(1...

    docs.aspose.com/tasks/java/project-calculation-...
  6. AxisTimeUnit | Aspose.Words for Java

    Specifies the unit of time for axes in Java....Shows how to insert chart with date/time values. Document doc =...Add a custom series containing date/time values for the X-axis,...

    reference.aspose.com/words/java/com.aspose.word...
  7. Aspose::Words::Fields::GeneralFormatCollection:...

    Aspose::Words::Fields::GeneralFormatCollection::idx_get method. Gets a general format at the specified index in C++....field -> get_Result ()); // 2 - Date/time format: field = builder...builder -> InsertField ( u "DATE" ); format = field -> get_Format ();...

    reference.aspose.com/words/cpp/aspose.words.fie...
  8. Aspose::Words::Fields::GeneralFormatCollection:...

    Aspose::Words::Fields::GeneralFormatCollection::Remove method. Removes all occurrences of the specified general format from the collection in C++....field -> get_Result ()); // 2 - Date/time format: field = builder...builder -> InsertField ( u "DATE" ); format = field -> get_Format ();...

    reference.aspose.com/words/cpp/aspose.words.fie...
  9. TextFormFieldType Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.TextFormFieldType enum, defining various text form field types for enhanced document automation and customization.... Date 2 The text form field can contain...contain only a valid date value. CurrentDate 3 The text form field...

    reference.aspose.com/words/net/aspose.words.fie...
  10. Field.type property | Aspose.Words for Python

    Field.type property. Gets the Microsoft Word field type.... insert_field ( 'DATE \\ @ "dddd, MMMM dd, yyyy"'...FIELD_DATE , field . type ) self . assertEqual ( 'DATE \\ @ "dddd...

    reference.aspose.com/words/python-net/aspose.wo...