Sort Score
Result 10 results
Languages All
Labels All
Results 1,821 - 1,830 of 17,437 for

true type

(0.17 sec)
  1. TableCollection | Aspose.Words for Java

    Provides Typed access to a collection of Table nodes in Java....extends NodeCollection Provides typed access to a collection of Table...getChildNodes(NodeType.TABLE, true); for (int i = 0; i < tables...

    reference.aspose.com/words/java/com.aspose.word...
  2. FieldToc | Aspose.Words for Java

    Implements the TOC field in Java....FIELD_TOC, true); // Use the BookmarkName property...; field.setInsertHyperlinks(true); field.setHideInWebLayout(false);...

    reference.aspose.com/words/java/com.aspose.word...
  3. Aspose::Words::Drawing::ShadowFormat::Clear met...

    Aspose::Words::Drawing::ShadowFormat::Clear method. Clears shadow format in C++....Words :: NodeType :: Shape , true ) -> idx_get ( 0 )); if ( shape...-> get_ShadowFormat () -> get_Type () == Aspose :: Words :: Drawing...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. Support the layout of DIV tags while loading HT...

    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....supportDivTag property to true . The default value of this...Example Title </ h1 > < input type = "file" id = "fileInput" accept...

    docs.aspose.com/cells/javascript-cpp/support-th...
  5. Aspose::Words::Drawing::Fill::Patterned method ...

    Aspose::Words::Drawing::Fill::Patterned method. Sets the specified fill to a pattern in C++....PatternType patternType ) Parameter Type Description patternType Asp...Words :: NodeType :: Shape , 0 , true )); System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. How to Download|Documentation

    Use the GridJs File menu download entries to export the workbook as the original file, XLSX, PDF, or HTML, or route the export through a custom download callback....the download flow with save type Original . Select Download As...entries export the original file type and pass the device value as...

    docs.aspose.com/cells/java/aspose-cells-gridjs/...
  7. Apply Shape Animations in Presentations in .NET...

    Discover how to create and customize shape animations in PowerPoint presentations with Aspose.Slides for .NET. Stand out!...Slides provides the classes and types you need to work with animations...MotionPathPointsType . Auto , true ); pts [ 0 ] = new PointF (-...

    docs.aspose.com/slides/net/shape-animation/
  8. Section.clearHeadersFooters method | Aspose.Wor...

    Aspose.Words.Section.clearHeadersFooters method...Parameter Type Description preserveWatermarks boolean True if the...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Field.Result | Aspose.Words for .NET

    Manage Field Result properties effortlessly. Access or modify text between field separators for streamlined data handling and enhanced efficiency.... Type , Is . EqualTo ( FieldType ...Result )). Days <= 1 , Is . True ); See Also class Field namespace...

    reference.aspose.com/words/net/aspose.words.fie...
  10. How can i extract the Table with a special tags...

    So i am trying to extract a table out of my single paged OCR PDF which has a Table and some other paragraphs with Aspose OCR and Aspose PDF Below is one code sample [HttpPost("read-pdf-aspose")] public async Ta…...LinesFiltration = true; // Perform recognition Aspose...StandardResponse<string> { Status = true, Message = "Tables extracted...

    forum.aspose.com/t/how-can-i-extract-the-table-...