Sort Score
Result 10 results
Languages All
Labels All
Results 191 - 200 of 13,542 for

date

(0.09 sec)
  1. Security Setting|Aspose.PDF for Reporting Services

    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....Parameter Name : User Password Date Type : String Values supported...Parameter Name : Master Password Date Type : String Values supported...

    docs.aspose.com/pdf/zh/reportingservices/securi...
  2. Does the API support adding a datetime text wit...

    Hi,Support: Does the API support adding a Datetime text element on pdf page and the added Datetime text element can auto-upDate as the OS current Date and time? If so,how to reach it on VB.net? Thanks for your help....auto-update as the OS current date and time? If so,how to reach...doc.Pages.Add(); // Create a date field DateField dateField =...

    forum.aspose.com/t/does-the-api-support-adding-...
  3. FieldFormat Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldFormat class for easy access to numeric, Date, and time fields. Enhance document formatting with powerful features!...typed access to field’s numeric, date and time, and general formatting...formatting that is applied to a date and time field result. Corresponds...

    reference.aspose.com/words/net/aspose.words.fie...
  4. Accessing CSV Data in Java|Aspose.Words for Java

    Learn how to access CSV data while building a report using LINQ in Java....representations: Long Double Boolean Date Note – For recognition of data...[Column1]>>, Age: << [Column2]>>, Date of Birth: << [Column3]:"dd.MM...

    docs.aspose.com/words/java/accessing-csv-data/
  5. IDocumentSavingCallback.notify method | Aspose....

    IDocumentSavingCallback.notify method. This is called to notify of document saving progress....SavingProgressCallba () { mSavingStartedAt = Date . now (); } /// <summary> ///...args ) { DateTime canceledAt = Date . now (); double ellapsedSeconds...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. FieldNumPages | Aspose.Words for Java

    Implements the NUMPAGES field in Java....every we need to see an up-to-date value. doc.updateFields(); doc...DocumentBuilder(doc); builder.insertField(" DATE \\@ \"dddd, d MMMM yyyy\" ");...

    reference.aspose.com/words/java/com.aspose.word...
  7. FieldCreateDate | Aspose.Words for Java

    Implements the CREATEDate field in Java.... Remarks: Retrieves the date and time at which the document...DocumentBuilder(doc); builder.insertField(" DATE \\@ \"dddd, d MMMM yyyy\" ");...

    reference.aspose.com/words/java/com.aspose.word...
  8. ChartYValue.fromDateTime method | Aspose.Words ...

    ChartYValue.fromDateTime method. Creates a [ChartYValue](../) instance of the [ChartYValueType.DateTime](../../chartyvaluetype/#DateTime) type....value : Date ) Parameter Type Description value Date See Also...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Set PDF Expiration in Python|Aspose.PDF for Java

    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....month=4;today = new Date();today = new Date(today.getFullYear()...today.getMonth());expiry = new Date(year, month);if (today.getTime()...

    docs.aspose.com/pdf/java/set-pdf-expiration-in-...
  10. Set PDF Expiration in PHP|Aspose.PDF for Java

    Discover how to set an expiration Date for a PDF file in PHP, controlling access with Aspose.PDF....month=4; today = new Date(); today = new Date(today.getFullYear()...today.getMonth()); expiry = new Date(year, month); if (today.getTime()...

    docs.aspose.com/pdf/java/set-pdf-expiration-in-...