Sort Score
Result 10 results
Languages All
Labels All
Results 2,321 - 2,330 of 12,557 for

true type

(0.1 sec)
  1. Public API Changes in Aspose.Cells 8.2.0|Docume...

    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....Setting the Boolean type property to true in the multi-threaded...

    docs.aspose.com/cells/net/public-api-changes-in...
  2. 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...
  3. IStructuredDocumentTag Interface | Aspose.Words...

    Explore the Aspose.Words.Markup.IStructuredDocumentTag interface for efficient management of Structured Document Tags and enhance your document processing today!...IsMultiSection { get; } Returns true if this instance is a ranged...LockContentControl { get; set; } When set to true, this property will prohibit...

    reference.aspose.com/words/net/aspose.words.mar...
  4. OlePackage class | Aspose.Words for Node.js

    Aspose.Words.Drawing.OlePackage class. Allows to access OLE Package properties...which could be used to embed any type of data into document. Now this...insertOleObject ( readStream , "Package" , true , null ); shape . oleFormat...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Section class | Aspose.Words for Python

    aspose.words.Section class. Represents a single section in a document...CompositeNode ) has_child_nodes Returns True if this node has any child nodes...section. is_composite Returns True if this node can contain other...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Autofit Setting to Tables|Aspose.Words for Java

    Autofit settings to tables. Apache POI does not provide an opportunity to autofit settings to tables....enumeration which defines what type of auto fitting is applied to...getChild ( NodeType . TABLE , 0 , true ); // Autofit the first table...

    docs.aspose.com/words/java/autofit-setting-to-t...
  7. TextWatermarkOptions class | Aspose.Words for P...

    aspose.words.TextWatermarkOptions class. Contains options that can be specified when adding a watermark with text... The default value is True . layout Gets or sets layout...like this. if doc . watermark . type == aw . WatermarkType . TEXT...

    reference.aspose.com/words/python-net/aspose.wo...
  8. FieldIncludeText.MimeType | Aspose.Words for .NET

    Manage your files effortlessly with the FieldIncludeText MimeType property, allowing you to easily get or set the MIME Type for seamless integration....property Gets or sets the MIME type of the referenced file. public...FieldType . FieldIncludeText , true ); fieldIncludeText . SourceFullName...

    reference.aspose.com/words/net/aspose.words.fie...
  9. Formatting Pivot Table with C++|Documentation

    Learn how to customize the appearance of pivot tables using Aspose.Cells for C++.... Setting the AutoFormat Type Microsoft Excel offers a number...Set PivotTable.IsAutoFormat to true . Assign a formatting option...

    docs.aspose.com/cells/cpp/formatting-pivot-table/
  10. X Axis Vs. Category Axis with C++|Documentation

    Learn how to differentiate between the X axis and the Category axis in Aspose.Cells for C++. Our guide will help you understand the differences in their usage and properties, and how to configure them according to your needs....different types of X axes. While the Y axis is a Value type axis,...can be a Category type axis or a Value type axis. Using a Value...

    docs.aspose.com/cells/cpp/x-axis-vs-category-axis/