Sort Score
Result 10 results
Languages All
Labels All
Results 2,541 - 2,550 of 14,729 for

true type

(0.06 sec)
  1. Aspose::Words::Comparing::CompareOptions::get_I...

    Aspose::Words::Comparing::CompareOptions::get_IgnoreCaseChanges method. True indicates that documents comparison is case insensitive in C++....CompareOptions::get_IgnoreCaseChanges method True indicates that documents comparison...Shows how to filter specific types of document elements when making...

    reference.aspose.com/words/cpp/aspose.words.com...
  2. How to set category axis with JavaScript via C+...

    Learn how to set the category axis in Aspose.Cells for JavaScript via C++. Our guide will help you understand how to define the category axis range, adjust its properties, and format its labels....Chart Example </ h1 > < input type = "file" id = "fileInput" accept...min.js" ></ script > < script type = "text/javascript" > const...

    docs.aspose.com/cells/javascript-cpp/how-to-set...
  3. Document.AppendDocument | Aspose.Words for .NET

    Effortlessly append documents with our Document Append method. Enhance your workflow by seamlessly integrating content into your existing files....importFormatMode ) Parameter Type Description srcDoc Document...importFormatOptions ) Parameter Type Description srcDoc Document...

    reference.aspose.com/words/net/aspose.words/doc...
  4. Document.has_revisions property | Aspose.Words ...

    Document.has_revisions property. Returns ``True`` if the document has any tracked changes....has_revisions property Returns True if the document has any tracked...first revision is an insertion-type revision. revision = doc . revisions...

    reference.aspose.com/words/python-net/aspose.wo...
  5. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – เพิ่ม รับ หรือลบลายน้ำใน PDF โดยใช้ Pythonhttps://products.aspose.com/pdf/th/python-net/watermark/Recent content in เพิ่ม รับ หรือลบลายน้ำใน PD......org", "@type": "HowTo", "name": "วิธีการเพิ่มลายน้ำลงในไฟล์...ลงในไฟล์ PDF", "image": { "@type": "ImageObject", "url": "https://www...

    products.aspose.com/pdf/th/python-net/watermark...
  6. FieldListNum.StartingNumber | Aspose.Words for ...

    Discover the FieldListNum StartingNumber property to easily manage your field's starting value for improved data organization and efficiency.... FieldListNum , true ); // Lists start counting at...( FieldType . FieldListNum , true ); // This field will start...

    reference.aspose.com/words/net/aspose.words.fie...
  7. Aspose::Words::Drawing::Charts::ChartSeriesGrou...

    Aspose::Words::Drawing::Charts::ChartSeriesGroup::get_AxisX method. Provides access to properties of the X axis of this series group in C++....series group, also of the line type. System :: SharedPtr < Aspose...get_AxisX () -> set_Hidden ( true ); // Define title of the secondary...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. Verify Password Used to Protect the Worksheet w...

    Learn how to verify the password used to protect a worksheet using Aspose.Cells for JavaScript via C++....verifyPassword(string) method returns true if the specified password matches...Password Protection </ h1 > < input type = "file" id = "fileInput" accept...

    docs.aspose.com/cells/javascript-cpp/verify-pas...
  9. How to export Excel equations to other types of...

    Export Excel formulas to LaTeX and MathML using Aspose.Cells for C++....export Excel equations to other types of expressions with C++ Contents...<title>Title</title> \r\n <script type= \" text/javascript \" async...

    docs.aspose.com/cells/cpp/export-equation/
  10. BUG: Datavalidation with REGEXTEST does not wor...

    I’m creating a Excel with .NET and trying to add a datavalidation to check if a cell value is an URL. Consider the following code: public void AddDataValidation(CellArea cellArea, Column column, Worksheet worksheet) { …...Type = ValidationType.Custom; validation...ShowError = true; validation.IgnoreBlank = true; } // Some where...

    forum.aspose.com/t/bug-datavalidation-with-rege...