Sort Score
Result 10 results
Languages All
Labels All
Results 961 - 970 of 48,838 for

shape

(0.2 sec)
  1. Aspose::Words::Drawing::ShapeBase::get_Top meth...

    Aspose::Words::Drawing::ShapeBase::get_Top method. Gets or sets the position of the top edge of the containing block of the Shape in C++....the containing block of the shape. double Aspose :: Words :: Drawing...() Remarks For a top-level shape, the value is in points and...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. Shape.Filled | Aspose.Words for .NET

    Control Shape aesthetics with the Shape Filled property, deciding if your closed paths are filled for enhanced design flexibility and visual appeal....Filled Contents [ Hide ] Shape.Filled property Determines whether...whether the closed path of the shape will be filled. public bool...

    reference.aspose.com/words/net/aspose.words.dra...
  3. 在 Android 上的演示文稿中应用形状效果|Aspose.Slides 文档

    使用 Aspose.Slides for Android(通过 Java),对 PPT 和 PPTX 文件应用高级形状效果——在几秒钟内创建引人注目、专业的幻灯片。...Presentation (); try { IShape shape = pres . getSlides (). get_Item...RoundCornerRectangle , 20 , 20 , 200 , 150 ); shape . getEffectFormat (). enableOuterShadowEff...

    docs.aspose.com/slides/zh/androidjava/shape-eff...
  4. 形状效果|Aspose.Slides for Node.js via .NET 文档

    在 JavaScript 中为 PowerPoint 形状应用效果...Presentation (); try { var shape = pres . getSlides (). get_Item...RoundCornerRectangle , 20 , 20 , 200 , 150 ); shape . getEffectFormat (). enableOuterShadowEff...

    docs.aspose.com/slides/zh/nodejs-java/shape-eff...
  5. 在 Ruby 中保护和取消保护 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....1" ) shape = page . getShapes () . getShape ( 1 ) shape . getProtection...getLockAspect () . setValue ( 1 ) shape . getProtection () . getLockBegin...

    docs.aspose.com/diagram/zh/java/protect-and-unp...
  6. 幻灯片上调整形状大小|Aspose.Slides 文档

    使用 Aspose.Slides for Java 轻松调整 PowerPoint 和 OpenDocument 幻灯片上的形状大小——自动化幻灯片布局调整,提高生产力。...IShape shape : slide . getShapes ()) { // 缩放形状尺寸。 shape . setHeight...setHeight ( shape . getHeight () * heightRatio ); shape . setWidth...

    docs.aspose.com/slides/zh/java/re-sizing-shapes...
  7. 在演示文稿幻灯片上调整形状大小|Aspose.Slides 文档

    使用 Aspose.Slides for C++,轻松在 PowerPoint 和 OpenDocument 幻灯片上调整形状大小——自动化幻灯片布局调整,提高工作效率。...; // Resize and reposition shapes on every slide. for ( auto...auto && shape : slide -> get_Shapes ()) { // 缩放形状大小。 shape -> set_Height...

    docs.aspose.com/slides/zh/cpp/re-sizing-shapes-...
  8. CheckBoxControl | Aspose.Words for Java

    The CheckBox control toggles a value in Java....docx"); Shape shape = (Shape)doc.getChild(NodeType.SHAPE, 0, true);...checkBoxControl = (CheckBoxControl)shape.getOleFormat().getOleControl();...

    reference.aspose.com/words/java/com.aspose.word...
  9. TextBoxControl | Aspose.Words for Java

    The TextBox control displays text from an organized set of data or user input in Java....docm"); Shape shape = (Shape)doc.getChild(NodeType.SHAPE, 0, true);...textBoxControl = (TextBoxControl)shape.getOleFormat().getOleControl();...

    reference.aspose.com/words/java/com.aspose.word...
  10. Lock or unlock shapes with Node.js via C++|Docu...

    This article shows you code explaining how to lock or unlock Shapes to protect them using Aspose.Cells library for Node.js via C++....Ask AI Lock or unlock shapes with Node.js via C++ Contents [...Sometimes, you need to protect all shapes in certain worksheets to prevent...

    docs.aspose.com/cells/nodejs-cpp/lock-or-unlock...