Sort Score
Result 10 results
Languages All
Labels All
Results 3,881 - 3,890 of 15,993 for

true type

(0.07 sec)
  1. Node.ToString | Aspose.Words for .NET

    Discover the Node ToString method, effortlessly convert node content into strings with customizable formats for enhanced data handling. Optimize your coding today!... ExportRelativeFontSi = true ; Assert . That ( node . ToString...GetChildNodes ( NodeType . Paragraph , true ); // Find if we have the paragraph...

    reference.aspose.com/words/net/aspose.words/nod...
  2. Aspose::Words::Fonts::SystemFontSource::get_Typ...

    Aspose::Words::Fonts::SystemFontSource::get_Type method. Returns the Type of the font source in C++....Aspose::Words::Fonts::SystemFontSource::get_Type method Contents [ Hide ] Sy...SystemFontSource::get_Type method Returns the type of the font source...

    reference.aspose.com/words/cpp/aspose.words.fon...
  3. ListLevel | Aspose.Words for Java

    Defines formatting for a list level in Java.... hashCode() isLegal() True if the level turns all inherited...style. isLegal(boolean value) True if the level turns all inherited...

    reference.aspose.com/words/java/com.aspose.word...
  4. Aspose.Words conver pdf to markdown anomaly mem...

    Use the following code for try: document1 = aw.Document("自訂格式(電商匯入中心)11.pdf") save_options = aw.saving.MarkdownSaveOptions() save_options.image_resolution = 150 document1.save(f"自訂格式(電商匯入中心)11.md", save_opti…...memory_optimization = True # Enable memory optimization...save_options.memory_optimization to True , you can significantly decrease...

    forum.aspose.com/t/aspose-words-conver-pdf-to-m...
  5. TabStopCollection | Aspose.Words for Java

    A collection of TabStop objects that represent custom tabs for a paragraph or a style in Java....PARAGRAPH, 0, true); // Below are two ways of adding...getChildNodes(NodeType.PARAGRAPH, true)) { para.getParagraphFormat()...

    reference.aspose.com/words/java/com.aspose.word...
  6. Modify an Existing Style|Documentation

    Aspose.Cells is a JavaScript via C++ library for working with spreadsheet files that allows users to modify existing cell styles. This article introduces how to modify an existing cell style with the Aspose.Cells library so that users can change the appearance of the cells as they need.... </ p > < input type = "file" id = "fileInput" accept...min.js" ></ script > < script type = "text/javascript" > const...

    docs.aspose.com/cells/javascript-cpp/modify-an-...
  7. Apply or Change Slide Layouts in C++|Aspose.Sli...

    Manage and customize slide layouts in Aspose.Slides for C++. Explore layout Types, placeholder control, and footer visibility through C++ code examples....slide master—either by their type, name, or unique ID. Alternatively...under the Presentation class Types like ILayoutSlide , IMasterLayoutSlideCo...

    docs.aspose.com/slides/cpp/slide-layout/
  8. Aspose::Words::Tables::RowFormat class | Aspose...

    Aspose::Words::Tables::RowFormat class. Represents all formatting for a table row. To learn more, visit the documentation article in C++....get_AllowBreakAcrossPage () True if the text in a table row is...the row. get_HeadingFormat () True if the row is repeated as a...

    reference.aspose.com/words/cpp/aspose.words.tab...
  9. Manage PowerPoint Text Paragraphs in C++|Aspose...

    Master paragraph formatting with Aspose.Slides for C++—optimize alignment, spacing & style in PPT, PPTX, and ODP presentations in C++....Add an AutoShape of Rectangle type SharedPtr < IAutoShape > ashp...set_FontBold ( NullableBool :: True ); format -> set_FontHeight...

    docs.aspose.com/slides/cpp/manage-paragraph/
  10. 如何用C++创建组合图表|Documentation

    了解如何使用Aspose.Cells for C++创建组合图表。我们的全面指南将演示如何将不同类型的图表组合成一个组合图表,以实现更有效的数据展示。... SetShowLegend ( true ); // Set the chart title chart...SetChartDataRange ( u "A1:E12" , true ); // Set category data chart...

    docs.aspose.com/cells/zh/cpp/create-combo-chart/