Sort Score
Result 10 results
Languages All
Labels All
Results 5,651 - 5,660 of 15,944 for

true type

(0.78 sec)
  1. Aspose.PSD for .NET 23.11 - Release Notes|Docum...

    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....Feature PSDNET-1752 Add new types of warp: Wave, shell up, shell...()); } PSDNET-1752. Add new types of warp: Wave, shell up, shell...

    docs.aspose.com/psd/net/aspose-psd-for-net-23-1...
  2. ImportFormatOptions.ignore_text_boxes property ...

    ImportFormatOptions.ignore_text_boxes property. Gets or sets a boolean value that specifies that source formatting of textboxes content ignored if [ImportFormatMode.KEEP_SOURCE_FORMATTING](../../importformatmode/#KEEP_SOURCE_FORMATTING) mode is used... The default value is True . @property def ignore_text_boxes...builder . insert_shape ( shape_type = aw . drawing . ShapeType ...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Primary and Second Axis with Node.js via C++|Do...

    Learn how to understand and work with primary and secondary axes in Aspose.Cells for Node.js via C++. Our guide will help you understand the differences between primary and secondary axes, and how to configure and use them effectively in your charts....series, or when you have mixed types of data (price and volume),...getNSeries (). add ( "B2:C4" , true ); // Set the category data...

    docs.aspose.com/cells/nodejs-cpp/primary-and-se...
  4. Primary and Secondary Axis with C++|Documentation

    Learn how to understand and work with primary and secondary axes in Aspose.Cells for C++. Our guide will help you understand the differences between primary and secondary axes, and how to configure and use them effectively in your charts....series, or when you have mixed types of data (price and volume),...GetNSeries (). Add ( u "B2:C4" , true ); // Set the category data...

    docs.aspose.com/cells/cpp/primary-and-second-axis/
  5. PPT文檔圖表通過Java | products.aspose.com

    Java 示例代碼,用於在 JSP/JSF 應用程序和桌面應用程序的 Java 運行時環境中繪製和轉換 PPT 文件中的圖表或圖表。...True); chart.getChartTitle().setHeight(...setHeight( 20 ); chart.hasTitle( true ); //Set first series to Show...

    products.aspose.com/slides/zh-hant/java/chart/ppt/
  6. Aspose Slides WaterFall Chart - Free Support Fo...

    Hello Team, We are using Aspose.Slides in our .Net Core application and trying to create ChartType.WaterFall by adding chart into slide using slide.Shapes.AddChart() method. We are facing issue in formatting the number…... true : false; var chart = slide.Shapes...GetCell(0, 0, 1, seriesTitle), chart.Type); // Set bars width series.ParentSeriesGroup...

    forum.aspose.com/t/aspose-slides-waterfall-char...
  7. 在 C++ 中创建或更新 PowerPoint 演示文稿图表|Aspose.Slides 文档

    使用 Aspose.Slides for C++ 在 PowerPoint 演示文稿中创建和自定义图表。通过实用的 C++ 示例代码添加、格式化和编辑图表。...set_CenterText ( NullableBool :: True ); chart -> get_ChartTitle ()...20 ); chart -> set_HasTitle ( true ); // 删除默认生成的系列和类别 chart ->...

    docs.aspose.com/slides/zh/cpp/create-chart/
  8. Aspose::Words::Fonts::FontConfigSubstitutionRul...

    Aspose::Words::Fonts::FontConfigSubstitutionRule class. Font config substitution rule. To learn more, visit the documentation article in C++.... static Type () Remarks This rule uses fontconfig...if ( isLinuxOrMac ) { ASSERT_TRUE ( fontConfigSubstituti -> get_Enabled...

    reference.aspose.com/words/cpp/aspose.words.fon...
  9. ShapeBase.is_layout_in_cell property | Aspose.W...

    ShapeBase.is_layout_in_cell property. Gets or sets a flag indicating whether the shape is displayed inside a table or outside of it....Remarks The default value is True . Has effect only for top level...the property ShapeBase.wrap_type of which is set to value other...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Can't get the picture in the header - Free Supp...

    I am trying to extract the pictures from the header of a word document. But it doesn’t seems to always work. I would like to know if there was a way to get them 100% of the time, thank you ( i am using aspose word python…...ANY, True): if node.node_type == aw.NodeType.SHAPE...SHAPE or node.node_type == aw.NodeType.GROUP_SHAPE: image_file_name...

    forum.aspose.com/t/cant-get-the-picture-in-the-...