Sort Score
Result 10 results
Languages All
Labels All
Results 3,461 - 3,470 of 16,884 for

true type

(1.01 sec)
  1. 幻灯片切换|Aspose.Slides for Node.js via .NET 文档

    PowerPoint 幻灯片切换,PowerPoint 在 JavaScript 中的 Morph 切换...提供的切换效果中为幻灯片应用 Slide Transition Type。 写入修改后的演示文稿文件。 // 实例化 Presentation...提供的切换效果为幻灯片应用 Slide Transition Type。 您还能将切换设置为单击后前进、在特定时间后前进,或两者兼而有之。...

    docs.aspose.com/slides/zh/nodejs-java/slide-tra...
  2. FieldAutoTextList.list_style property | Aspose....

    FieldAutoTextList.list_style property. Gets or sets the name of the style on which the list to contain entries is based.... FIELD_AUTO_TEXT_LIST , True ) . as_field_auto_text_list...str ): """Create an AutoText-type building block and add it to...

    reference.aspose.com/words/python-net/aspose.wo...
  3. 如何用C++创建瀑布图|Documentation

    用C++和Aspose.Cells for C++ API在Excel中创建瀑布图。...5 ); // Add a Chart of type Waterfall in same worksheet...U16String ( u "$B$1:$C$6" ), true ); // Add Category Data chart...

    docs.aspose.com/cells/zh/cpp/creating-waterfall...
  4. ChartSeries class | Aspose.Words for Python

    aspose.words.drawing.charts.ChartSeries class. Represents chart series properties... series_type Gets the type of this chart series...): series . has_data_labels = True self . assertFalse ( series...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose::Words::Fields::FieldArgumentBuilder::Fi...

    Aspose::Words::Fields::FieldArgumentBuilder::FieldArgumentBuilder constructor. Initializes an instance of the FieldArgumentBuilder class in C++....on the true/false value of its expression. To get a true/false...arguments, which will serve as the true/false output strings for the...

    reference.aspose.com/words/cpp/aspose.words.fie...
  6. FieldTemplate class | Aspose.Words for Python

    aspose.words.fields.FieldTemplate class. Implements the TEMPLATE field...FieldFormat object that provides typed access to field’s formatting...from Field ) type Gets the Microsoft Word field type. (Inherited...

    reference.aspose.com/words/python-net/aspose.wo...
  7. DocumentBase.background_shape property | Aspose...

    DocumentBase.background_shape property. Gets or sets the background shape of the document...shape_type property equal to ShapeType...display_background_shape to True . Examples Shows how to set...

    reference.aspose.com/words/python-net/aspose.wo...
  8. 搜索

    搜索...AddChart (Charts::ChartType type, float x, float y, float width...et_CenterText(NullableBool::True); chart->get_ChartTitle()->set_Height(20);...

    blog.aspose.com/zh-hant/slides/create-charts-in...
  9. Code snippet to create combination chart - Free...

    Hi Aspose team, Could you please help us code snippet to provide a combination chart containing Stacked horizontal bar in primary axis with clustered bar in secondary axis but as a hidden bar only the datalabel has to b…...setNSeries("B2:B4", true); chart.getNSeries().get(0)...STACKED_BAR); chart.setNSeries("C2:C4", true); chart.getNSeries().get(1)...

    forum.aspose.com/t/code-snippet-to-create-combi...
  10. Add Watermark in Java|Aspose.Words for Java

    Add a watermark into a document. Apache POI does not provide an opportunity to add a watermark....watermark of any imaginable type. The following code example...are free to try other shape types as watermarks. Shape watermark...

    docs.aspose.com/words/java/add-watermark/