Sort Score
Result 10 results
Languages All
Labels All
Results 2,721 - 2,730 of 14,831 for

date

(0.1 sec)
  1. FieldNumPages class | Aspose.Words for Python

    aspose.words.fields.FieldNumPages class. Implements the NUMPAGES field...every we need to see an up-to-date value. doc . update_fields ()...

    reference.aspose.com/words/python-net/aspose.wo...
  2. FieldPage class | Aspose.Words for Python

    aspose.words.fields.FieldPage class. Implements the PAGE field...every we need to see an up-to-date value. doc . update_fields ()...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Weekday Properties in PHP | Aspose.Tasks Docume...

    Learn how to work with Microsoft Project (MPP/XML) weekday properties using Aspose.Tasks Java for PHP....Prj(); 4 5 print "Week Start Date : " . (string) $project -> get...

    docs.aspose.com/tasks/java/weekday-properties-i...
  4. Weekday Properties in Ruby | Aspose.Tasks Docum...

    Learn how to work with Microsoft Project (MPP/XML) weekday properties using Aspose.Tasks Java for Ruby....Prj' ) 4 5 puts "Week Start Date : " + project . get(prj . WEEK_START_DAY)...

    docs.aspose.com/tasks/java/weekday-properties-i...
  5. Aspose::Words::DigitalSignatures::CertificateHo...

    Aspose::Words::DigitalSignatures::CertificateHolder::Create method. Creates CertificateHolder object using byte array of PKCS12 store and its password in C++...."aw" ); // Create a comment and date which will be applied with our...

    reference.aspose.com/words/cpp/aspose.words.dig...
  6. Aspose::Words::BreakType enum | Aspose.Words fo...

    Aspose::Words::BreakType enum. Specifies type of a break inside a document in C++....be updated to show an up-to-date result. doc -> UpdateFields...

    reference.aspose.com/words/cpp/aspose.words/bre...
  7. 操作 PDF 文档|Aspose.PDF for PHP via Java

    本文包含有关如何验证 PDF A 标准的 PDF 文档、如何处理目录、如何设置 PDF 到期日期以及如何确定 PDF 文件生成进度的信息。...+ "var today = new Date(); today = new Date(today.getFullYear()...getMonth());" + "var expiry = new Date(year, month);" + "if (today...

    docs.aspose.com/pdf/zh/php-java/manipulate-pdf-...
  8. [Defect] - Data validations in the resulting DO...

    Steps to reproduce: Scenario 1: Compare attached docx files (APA-Table-of-Contents-TemplateLab.com_.docx, APA-Table-of-Contents-TemplateLab.com_v2.docx) and valiDate PDF. Actual:- attached content is missing in PDF (Mi…...Date()); // Save the comparison result...acceptAllRevisions(); v1.compare(v2, "AW", new Date()); v1.save("C:\\Temp\\out.pdf");...

    forum.aspose.com/t/defect-data-validations-in-t...
  9. LayoutOptions | Aspose.Words for Java

    Holds the options that allow controlling the document layout process in Java....startTrackRevisions("John Doe", new Date()); builder.writeln("This is...Comment(doc, "John Doe", "J.D.", new Date()); comment.setText("My comment...

    reference.aspose.com/words/java/com.aspose.word...
  10. Calculate Formulas with Golang via C++|Document...

    This article introduces how to use the Aspose.Cells library to calculate formulas in Microsoft Excel with Golang via C++. By loading an existing Excel file or creating a new Excel file, we can use the methods provided by Aspose.Cells to calculate the formula and get the result. Finally, we save the modified Excel file to disk....mathematical, string, boolean, date/time, statistical, database...

    docs.aspose.com/cells/go-cpp/calculate-formulas/