Sort Score
Result 10 results
Languages All
Labels All
Results 6,191 - 6,200 of 16,711 for

true type

(0.23 sec)
  1. VerticalAlignment enumeration | Aspose.Words fo...

    aspose.words.drawing.VerticalAlignment enumeration. Specifies vertical alignment of a floating shape, text frame or a floating table.... wrap_type = aw . drawing . WrapType .... NONE shape . behind_text = True shape . relative_horizontal_position...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Table.first_row property | Aspose.Words for Python

    Table.first_row property. Returns the first [Row](../../row/) node in the table.... of_type ( lambda x : x . as_table ()...aw . NodeType . TABLE , 1 , True ) . as_table () # Append all...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Is it possible to save as plain text while pres...

    MS Word has the ability to insert line breaks to keep paragraphs wrapped at certain length when saving as plain text. It is achieved via save format ( wdFormatDOSTextLineBreaks 5 Microsoft DOS text with line breaks prese…...Run, true).ToArray(); foreach (Node n...GetChildNodes(NodeType.Run, true).ToArray(); List<string> tmpBookmakrs...

    forum.aspose.com/t/is-it-possible-to-save-as-pl...
  4. Aspose::Words::FileFormatInfo::get_LoadFormat m...

    Aspose::Words::FileFormatInfo::get_LoadFormat method. Gets the detected document format in C++....saveOptions ); // Verify the file type of our document, and its encryption...get_LoadFormat ())); ASSERT_TRUE ( info -> get_IsEncrypted ());...

    reference.aspose.com/words/cpp/aspose.words/fil...
  5. Low Code|Aspose.Words for .NET

    Simplify document processing tasks like compare, convert, split, merge, find and replace, and others using Low Code API. Aspose.Words LowCode API with clean syntax, fast results, and minimal coding effort....examples to see how these two types of API differ. In the Fluent...IgnoreFormatting = true , IgnoreCaseChanges = true }; LowCodeComparer...

    docs.aspose.com/words/net/low-code/
  6. Aspose::Words::Document::get_DigitalSignatures ...

    Aspose::Words::Document::get_DigitalSignatures method. Gets the collection of digital signatures for this document and their validation results in C++....:: String :: Format ( u " \t Type: \t {0}" , signature -> get_SignatureType...certificateHolder , signOptions ); ASSERT_TRUE ( Aspose :: Words :: FileFormatUtil...

    reference.aspose.com/words/cpp/aspose.words/doc...
  7. Extra Blank Column Appears in Pivot Table HTML ...

    Summary When converting an Excel workbook with a pivot table to HTML using Aspose.Cells for Node.js via Java, an unexpected blank column is appearing after the pivot table in the generated HTML output. Environment Libr…...setExportActiveWorks(true); saveOptions.setPresentationPrefe(true); saveOptions...saveOptions.setExportGridLines(true); workBook.save(fileName, saveOptions);...

    forum.aspose.com/t/extra-blank-column-appears-i...
  8. Show and Hide Elements|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....worksheet visible by passing true as a parameter to the setVisible...class' getSettings().setShowTabs(true) method. Complete Code Example:...

    docs.aspose.com/cells/java/show-and-hide-elements/
  9. StructuredDocumentTag.style property | Aspose.W...

    StructuredDocumentTag.style property. Gets or sets the Style of the structured document tag.... node_type ) tags = doc . get_child_nodes.... STRUCTURED_DOCUMENT_TAG , True ) for node in tags : sdt = node...

    reference.aspose.com/words/python-net/aspose.wo...
  10. ChartAxis.axis_between_categories property | As...

    ChartAxis.axis_between_categories property. Gets or sets a flag indicating whether the value axis crosses the category axis between categories.... insert_chart ( chart_type = aw . drawing . charts . ChartType.... axis_between_categories = True doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...