Sort Score
Result 10 results
Languages All
Labels All
Results 651 - 660 of 5,233 for

date

(0.07 sec)
  1. How to Get PDF Metadata in Java

    This tutorial contains information on how to get PDF metadata in Java. It provides complete guidance to set the environment, program logic and a runnable sample code to view PDF metadata in Java by using a few API calls....modification date, modification date time zone, creation date, and producer...

    kb.aspose.com/pdf/java/how-to-get-pdf-metadata-...
  2. CustomXmlPropertyCollection.Item | Aspose.Words...

    Access specific properties effortlessly with CustomXmlPropertyCollection. Retrieve items by name for streamlined data management and enhanced productivity....of data, // such as a name, date, or address, and converts it...tag. // The properties of a "date"-type smart tag contain its...

    reference.aspose.com/words/net/aspose.words.mar...
  3. Document.trackRevisions property | Aspose.Words...

    Document.trackRevisions property. True if changes are tracked when this document is edited in Microsoft Word....startTrackRevisions ( "John Doe" , Date . now ()); builder . write (...Insertion ); expect ( Date . now (). Date ). toEqual ( revision...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. IFieldResultFormatter.format method | Aspose.Wo...

    Aspose.Words.Fields.IFieldResultFormatter.format method...FieldResultFormatter ( "${0}" , "Date: {0}" , "Item # {0}:" ); doc...); // 2 - Date/time: builder . insertField ( "DATE \\@ \"d MMMM...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Field.Update | Aspose.Words for .NET

    Efficiently upDate fields with our Field UpDate method. Prevents conflicts by ensuring fields aren't already in use. Streamline your data management today!... Result ); // 2 - Date/time format: field = builder...builder . InsertField ( "DATE" ); format = field . Format ; format...

    reference.aspose.com/words/net/aspose.words.fie...
  6. Aspose::Words::Fields::IFieldResultFormatter::F...

    Aspose::Words::Fields::IFieldResultFormatter::FormatNumeric method. Called when Aspose.Words applies a numeric format switch, i.e. \# "#.##" in C++....FieldResultFormatter > ( u "${0}" , u "Date: {0}" , u "Item # {0}:" ); doc...)); // 2 - Date/time: builder -> InsertField ( u "DATE \\ @ \" d...

    reference.aspose.com/words/cpp/aspose.words.fie...
  7. Aspose::Words::Fields::FieldOptions::get_Result...

    Aspose::Words::Fields::FieldOptions::get_ResultFormatter method. Allows to control how the field result is formatted in C++....FieldResultFormatter > ( u "${0}" , u "Date: {0}" , u "Item # {0}:" ); doc...)); // 2 - Date/time: builder -> InsertField ( u "DATE \\ @ \" d...

    reference.aspose.com/words/cpp/aspose.words.fie...
  8. Aspose::Words::Fields::FieldType enum | Aspose....

    Aspose::Words::Fields::FieldType enum. Specifies Microsoft Word field types in C++.... FieldDate 31 Specifies the DATE field. FieldDDE 45 Specifies...builder -> InsertField ( u "DATE \\ @ \" dddd, MMMM dd, yyyy...

    reference.aspose.com/words/cpp/aspose.words.fie...
  9. Manage Calendar Items with Exchange Web Service...

    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....is used to define a specific date range and limit the number of...criteria. startDate: The start date of the calendar view. Appointments...

    docs.aspose.com/email/net/manage-calendar-items...
  10. Chart Axis|Aspose.Slides Documentation

    Edit PowerPoint chart axis in C# or .NET...preferred category axis type ( date or text ). This code in C# demonstrates...CategoryAxisType = CategoryAxisType . Date ; chart . Axes . HorizontalAxis...

    docs.aspose.com/slides/net/chart-axis/