Sort Score
Result 10 results
Languages All
Labels All
Results 3,181 - 3,190 of 42,840 for

shape

(0.04 sec)
  1. How to add watermark to doc's every page - Free...

    How to add text as watermark in every page?I try it, but some pages don’t have watermark. code: doc = aw.Document(str(file_path)) text_watermark_options = aw.TextWatermarkOptions() text_watermark_options.font_family = …...Create a watermark shape Shape watermark = new Shape(doc, ShapeType...

    forum.aspose.com/t/how-to-add-watermark-to-docs...
  2. 在 PHP 中将超链接添加到 Visio 形状|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....); \ # Add hyperlink to the shape $diagram -> getPages () -> getPage...); print "Added hyperlik to shape successfully!" . PHP_EOL ; 下载运行代码...

    docs.aspose.com/diagram/zh/java/add-hyperlink-t...
  3. ChartNumberFormat class | Aspose.Words for Python

    aspose.words.drawing.charts.ChartNumberFormat class. Represents number formatting of the parent element...DocumentBuilder ( doc = doc ) shape = builder . insert_chart ( chart_type...500 , height = 300 ) chart = shape . chart # Clear the chart's...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose::Words::Drawing::Charts::ChartTitle::get...

    Aspose::Words::Drawing::Charts::ChartTitle::get_Text method. Gets or sets the text of the chart title. If null or empty value is specified, auto generated title will be shown in C++....( doc ); // Insert a chart shape with a document builder and...get its chart. SharedPtr < Shape > chartShape = builder -> InsertChart...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. ChartNumberFormat.is_linked_to_source property ...

    ChartNumberFormat.is_linked_to_source property. Specifies whether the format code is linked to a source cell...DocumentBuilder ( doc = doc ) shape = builder . insert_chart ( chart_type...500 , height = 300 ) chart = shape . chart # Clear the chart's...

    reference.aspose.com/words/python-net/aspose.wo...
  6. ChartFormat.stroke property | Aspose.Words for ...

    ChartFormat.stroke property. Gets line formatting for the parent chart element....DocumentBuilder ( doc = doc ) shape = builder . insert_chart ( chart_type...432 , height = 252 ) chart = shape . chart # Delete default generated...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ChartSeriesCollection.add method | Aspose.Words...

    aspose.words.drawing.charts.ChartSeriesCollection.add method... shape = builder . insert_chart ( chart_type...450 , height = 450 ) chart = shape . chart chart . title . text...

    reference.aspose.com/words/python-net/aspose.wo...
  8. WordArt|Aspose.Slides 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....skew, bend, and stretch the shape of a text. WordArt allows you...gets applied to a text or its shape. WordArt in Aspose.Slides In...

    docs.aspose.com/slides/cpp/wordart/
  9. ChartAxisTitle class | Aspose.Words for Node.js

    Aspose.Words.Drawing.Charts.ChartAxisTitle class. Provides access to the axis title properties...DocumentBuilder ( doc ); let shape = builder . insertChart ( aw..., 432 , 252 ); let chart = shape . chart ; let seriesColl = chart...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. AxisScaling | Aspose.Words for Java

    Represents the scaling options of the axis in Java....= new DocumentBuilder(doc); Shape chartShape = builder.insertChart(ChartType...= new DocumentBuilder(doc); Shape chartShape = builder.insertChart(ChartType...

    reference.aspose.com/words/java/com.aspose.word...