Sort Score
Result 10 results
Languages All
Labels All
Results 6,291 - 6,300 of 16,871 for

true type

(0.68 sec)
  1. 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...
  2. Public API Changes in Aspose.Cells 8.5.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....that can accept a parameter of type CellValueFormatStrat and returns...(); opts . ExportAsString = true ; opts . FormatStrategy = CellValueFormatStrat...

    docs.aspose.com/cells/net/public-api-changes-in...
  3. HeaderFooter.is_header property | Aspose.Words ...

    HeaderFooter.is_header property. True if this [HeaderFooter](../) object is a header....is_header property True if this HeaderFooter object...HeaderFooter HeaderFooter.header_footer_type property HeaderFooter.is_linked_to_previous...

    reference.aspose.com/words/python-net/aspose.wo...
  4. TableCollection Class | Aspose.Words for .NET

    Discover the Aspose.Words.Tables.TableCollection class for easy, Typed access to Table nodes, enhancing document processing efficiency and flexibility....TableCollection class Provides typed access to a collection of Table...GetChildNodes ( NodeType . Table , true ); for ( int i = 0 ; i < tables...

    reference.aspose.com/words/net/aspose.words.tab...
  5. ChartLegendEntry.is_hidden property | Aspose.Wo...

    ChartLegendEntry.is_hidden property. Gets or sets a value indicating whether this entry is hidden in the chart legend... insert_chart ( chart_type = aw . drawing . charts . ChartType...legend_entries [ 3 ] . is_hidden = True doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  6. SoftEdgeFormat.radius property | Aspose.Words f...

    SoftEdgeFormat.radius property. Gets or sets a double value that represents the length of the radius for a soft edge effect in points (pt)... insert_shape ( shape_type = aw . drawing . ShapeType ...aw . NodeType . SHAPE , 0 , True ) . as_shape () soft_edge_format...

    reference.aspose.com/words/python-net/aspose.wo...
  7. 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/
  8. Add Text to PDF using C++|Aspose.PDF for C++

    Learn how to insert text into PDF documents in C++ using Aspose.PDF for content customization....get_Font () -> set_IsEmbedded ( true ); // Add TextFragment to paragraphs...small number above the line of type directly following the source...

    docs.aspose.com/pdf/cpp/add-text-to-pdf-file/
  9. Convert PowerPoint Presentations to Markdown in...

    Convert PowerPoint and OpenDocument slides—PPT, PPTX, ODP—to clean Markdown with Aspose.Slides for Python via .NET, automate documentation and keep formatting....images, you need to set export_type = MarkdownExportType.VISUAL...show_hidden_slides = True save_options . show_slide_number = True save_options...

    docs.aspose.com/slides/python-net/convert-power...
  10. Icon Sets Become Misaligned on Conversion to HT...

    Hello, The attached workbook IconSets.xlsx, contains a simple table with conditional formats that use Icon Sets. Under the latest version of Aspose Cells for Java version 18.10 - when the workbook is saved as HTML, the…...setExportImagesAsBas(true); saveOptions.setExportPrintAreaOn(true); saveOptions...saveOptions.setExportActiveWorks(true); // Save the Excel file as...

    forum.aspose.com/t/icon-sets-become-misaligned-...