Sort Score
Result 10 results
Languages All
Labels All
Results 4,151 - 4,160 of 16,661 for

date

(0.14 sec)
  1. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – 使用 C++ 添加、提取或移除 PDF 中的附件 https://products.aspose.com/pdf/zh-hans/cpp/attachments/ Recent content in 使用 C++ 添加、提取或移除 PDF 中的附件 on Aspsoe.PDF Prod......WriteLinep (sa us "Creation Date: {0}"p , line cl n fileSpecificationo...WriteLinep (sa us "Modification Date: {0}"p , line cl n fileSpecificationo...

    products.aspose.com/pdf/zh-hans/cpp/attachments...
  2. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – 使用 Python 添加、提取或移除 PDF 中的附件 https://products.aspose.com/pdf/zh-hans/python-net/attachments/ Recent content in 使用 Python 添加、提取或移除 PDF 中的附件 on As......printp (sa fs2 "Creation Date: si {n file_specificationo ...printp (sa fs2 "Modification Date: si {n file_specificationo ...

    products.aspose.com/pdf/zh-hans/python-net/atta...
  3. Manage Email Attachments and Embedded Objects i...

    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....has access to the most up-to-date version of the file or item...

    docs.aspose.com/email/net/manage-email-attachme...
  4. OLE Excel Object Size is Changed after Double C...

    I am evaluating the capabilities of embedding Excel into Word and having some issues. Screenshot 1 demonstrates the generated docx file, which looks ok, however double clicking the embed to edit brings up an incorrectly…...cannot guarantee a delivery date to every customer issue. We...

    forum.aspose.com/t/ole-excel-object-size-is-cha...
  5. Azure AD 设置 & Microsoft Graph 授权 - Aspose.Email...

    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....tokenProvider = new ITokenProvider () { Date expirationDate = null ; @Override...

    docs.aspose.com/email/zh/java/microsoft-graph-a...
  6. Paragraph | Aspose.Words for Java

    Represents a paragraph of text in Java.... // 1 - Append a DATE field using a field type, and...appendField(FieldType.FIELD_DATE, true); // 2 - Append a TIME...

    reference.aspose.com/words/java/com.aspose.word...
  7. Aspose words python - Missing hyperlink styles ...

    Hyperlinks issue document _INPUT.docx (60.9 KB) Redlined_Hyperlinks_issue_document__OUTPUT.docx (61.8 KB) Revised_Hyperlinks_issue_document__OUTPUT.docx (55.9 KB) ISSUE: Able to insert hyperlink but missing styles of …...date.today()) v1.save("C:\\Temp\\out...confirmation. Can you confirm release date of this version ? or share updated...

    forum.aspose.com/t/aspose-words-python-missing-...
  8. Format cells with Node.js via C++|Documentation

    Learn how to format and style cells in Aspose.Cells for Node.js via C++, including number formatting, Date formatting, font styles, and other cell style options. Our guide will help you create attractive and professional‑looking spreadsheets....in a Workbook Implement 1904 Date System Merging and Unmerging...

    docs.aspose.com/cells/nodejs-cpp/cells-formatting/
  9. 使用 C++ 将 Excel 转换为 PDF|Documentation

    了解如何使用 Aspose.Cells 和 C++ 将 Excel 工作簿转换为 PDF 格式。... SetCreatedTime ( Date { 2025 , 01 , 01 }); // Save...

    docs.aspose.com/cells/zh/cpp/convert-excel-to-pdf/
  10. 如何获取word中header和footer段落的坐标(x, y)? - Free Suppo...

    您好:我使用aspose-words-21.5.0-jdk17.jar版本生成word。生成的word包含header和footer,还有body。分别是三个table,每个table的的cell都设置了段落。然后把header、body和footer中某一个段落放入到集合中,遍历集合move到对应段落,然后插入对应段落的shape。以下代码注释了计算坐标的代码就可以正常运行。 但是现在有这样的问题:我需要在插入shape的时候重新计…...ensure layout info is up-to-date LayoutCollector collector =...

    forum.aspose.com/t/word-header-footer-x-y/316493