Sort Score
Result 10 results
Languages All
Labels All
Results 3,161 - 3,170 of 45,857 for

shape

(0.09 sec)
  1. Get DrawObject and Bound while rendering to PDF...

    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....Image, it prints its Bound and Shape Name. Please see the console...Print the coordinates and the shape name of Image object if ( drawObject...

    docs.aspose.com/cells/nodejs-cpp/get-drawobject...
  2. Aspose::Words::Loading::LoadOptions::get_Conver...

    Aspose::Words::Loading::LoadOptions::get_ConvertShapeToOfficeMath method. Gets or sets whether to convert Shapes with EquationXML to Office Math objects in C++....or sets whether to convert shapes with EquationXML to Office...how to convert EquationXML shapes to Office Math objects. auto...

    reference.aspose.com/words/cpp/aspose.words.loa...
  3. OptionButtonControl.selected property | Aspose....

    OptionButtonControl.selected property. Gets or sets a boolean value indicating either this [OptionButtonControl](../) is selected or not.... SHAPE , 0 , True ) . as_shape () option_button1...aw . NodeType . SHAPE , 1 , True ) . as_shape () option_button2...

    reference.aspose.com/words/python-net/aspose.wo...
  4. ChartSeries.add method | Aspose.Words for Python

    aspose.words.drawing.charts.ChartSeries.add method...DocumentBuilder ( doc = doc ) shape = builder . insert_chart ( chart_type...432 , height = 252 ) chart = shape . chart series1 = chart . series...

    reference.aspose.com/words/python-net/aspose.wo...
  5. OleControl.isForms2OleControl property | Aspose...

    OleControl.isForms2OleControl property. Returns ``true`` if the control is a [Forms2OleControl](../../forms2olecontrol/)....docx" ); let shape = doc . getShape ( 0 , true...true ); let oleControl = shape . oleFormat . oleControl ; expect...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Forms2OleControl.enabled property | Aspose.Word...

    Forms2OleControl.enabled property. Returns ``true`` if control is in enabled state....docx" ); let shape = doc . getShape ( 0 , true...true ); let oleControl = shape . oleFormat . oleControl ; expect...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. 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...ZOrder of shapes in the document. z_order = 0 shapes = doc.get_child_nodes(aw...

    forum.aspose.com/t/how-to-add-watermark-to-docs...
  8. 幻灯片过渡|Aspose.Slides for PHP 文档

    PowerPoint 幻灯片过渡, PowerPoint 形态过渡...getSlides () -> get_Item ( 0 )); $shape = $presentation -> getSlides...0 ); $shape -> setX ( $shape -> getX () + 100 ); $shape -> setY...

    docs.aspose.com/slides/zh/php-java/slide-transi...
  9. Aspose::Words::Drawing::OleFormat::get_Suggeste...

    Aspose::Words::Drawing::OleFormat::get_SuggestedFileName method. Gets the file name suggested for the current embedded object if you want to save it into a file in C++....Document > ( get_MyDir () + u "OLE shape.rtf" ); auto oleShape = System...Aspose :: Words :: Drawing :: Shape > ( doc -> get_FirstSection...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. 在 PHP 中以合适的角度旋转形状|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....vsd" ); \ # Add a shape and set the angle $diagram ->...$saveFileFormat -> VDX ); print "Rotated shape." . PHP_EOL ; 下载运行代码 下载**以合适的角度旋转形状...

    docs.aspose.com/diagram/zh/java/rotate-a-shape-...