Sort Score
Result 10 results
Languages All
Labels All
Results 801 - 810 of 17,451 for

date

(0.12 sec)
  1. Manipulating JPEG2000 images|Documentation

    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.... Get Last Modified Date of A Raster Image Modifying...

    docs.aspose.com/imaging/java/manipulating-jpeg2...
  2. Data Validation in Excel Made Easy with Python

    Learn how to implement data validation in Excel using Python. Discover how to add dropdown lists and more with Aspose.Cells for Python....validation in Excel using Python Date validation in Excel using Python...decimals. Limit input to a specific date range. Provide dropdown lists...

    blog.aspose.com/cells/data-validation-in-excel-...
  3. Extracting text inside a rectangle|Documentation

    Extract text located inside areas of the image provided by coordinates....allows you to extract names, dates, numbers, and other blocks from...demo Extract name and expiry date Block Coordinates Extracted...

    docs.aspose.com/ocr/cpp/image-regions-extract/
  4. Add Headers and Footers|Aspose.Words for .NET

    Add headers or footers into a document easily and fast instead of using VSTO in C#....//add footer having current date builder . MoveToHeaderFooter...); builder . InsertField ( "Date" , "" ); doc . UpdateFields...

    docs.aspose.com/words/net/add-headers-and-footers/
  5. Aspose::Words::Fields::FieldChar::get_FieldType...

    Aspose::Words::Fields::FieldChar::get_FieldType method. Returns the type of the field in C++....get_IsLocked ()); ASSERT_EQ ( u " DATE \\ @ \" dddd, MMMM dd, yyyy...the field to show the current date. field -> Update (); See Also...

    reference.aspose.com/words/cpp/aspose.words.fie...
  6. Aspose::Words::Fields::Field::get_IsLocked meth...

    Aspose::Words::Fields::Field::get_IsLocked method. Gets or sets whether the field is locked (should not recalculate its result) in C++....get_IsLocked ()); ASSERT_EQ ( u " DATE \\ @ \" dddd, MMMM dd, yyyy...the field to show the current date. field -> Update (); See Also...

    reference.aspose.com/words/cpp/aspose.words.fie...
  7. FieldType enumeration | Aspose.Words for Python

    aspose.words.fields.FieldType enumeration. Specifies Microsoft Word field types.... FIELD_CREATE_DATE Specifies the CREATEDATE field...DATABASE field. FIELD_DATE Specifies the DATE field. FIELD_DDE Specifies...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Document.update_page_layout method | Aspose.Wor...

    Document.upDate_page_layout method. Rebuilds the page layout of the document.... The up-to-date page layout information is required...cached layout # to stay up to date, we will need to update it manually...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Reading and Writing DBF Files|Documentation

    Aspose.Cells is a C++ library for working with spreadsheet files, which supports reading and writing dBASE III and IV (DBF) files. This article explains how to import data from and export data to DBF files using Aspose.Cells, including file format details, supported features, and step-by-step examples....including character, numeric, date, and logical fields. Preserving... and cannot contain spaces. Date values in DBF files are stored...

    docs.aspose.com/cells/cpp/reading-and-writing-d...
  10. Get PDF Metadata|Aspose.PDF for Java

    Learn how to read PDF metadata in Java with the PdfFileInfo facade.... println ( "Creation Date: " + pdfInfo . getCreationDate...out . println ( "Modification Date: " + pdfInfo . getModDate ());...

    docs.aspose.com/pdf/java/get-pdf-metadata/