Sort Score
Result 10 results
Languages All
Labels All
Results 6,891 - 6,900 of 42,307 for

shapes

(0.08 sec)
  1. ShadowFormat.Visible | Aspose.Words لـ .NET

    ShadowFormat Visible ملكية. إرجاعحقيقي إذا كان التنسيق المطبق على هذا المثيل مرئيًا في C#....MyDir + "Shape stroke pattern border.docx" ); Shape shape = ( Shape...GetChildNodes ( NodeType . Shape , true )[ 0 ]; if ( shape . ShadowFormat...

    reference.aspose.com/words/ar/net/aspose.words....
  2. 自定义形状|Aspose.Slides for PHP 文档

    在 PowerPoint 演示文稿中添加自定义形状...Shape 使用 geometryPathToGraphi 和 graphicsPathToGeomet...类)在 GeometryPath 和 java.awt.Shape 之间进行转换。 简单编辑操作 以下 PHP 代码显示您如何...

    docs.aspose.com/slides/zh/php-java/custom-shape/
  3. Aspose::Words::Drawing::ShapeBase::get_Font met...

    Aspose::Words::Drawing::ShapeBase::get_Font method. Provides access to the font formatting of this object in C++...." ); SharedPtr < Shape > shape = builder -> InsertShape... 50 ); builder -> MoveTo ( shape -> get_LastParagraph ()); builder...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. 3D-rotationseffekter i en Visio-ritning|Documen...

    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....vsdx" ); // get shape by ID and page name Shape shape = diagram ....set 3D rotation properties shape . getThreeDFormat (). getRotationXAngle...

    docs.aspose.com/diagram/sv/java/3d-rotation-eff...
  5. ShadowType Enum | Aspose.Words för .NET

    Aspose.Words.Drawing.ShadowType uppräkning. Anger typen av en formskugga i C#....MyDir + "Shape stroke pattern border.docx" ); Shape shape = ( Shape...GetChildNodes ( NodeType . Shape , true )[ 0 ]; if ( shape . ShadowFormat...

    reference.aspose.com/words/sv/net/aspose.words....
  6. Determinar si una forma es una forma Smart Art ...

    Aprenda cómo determinar si una forma es una forma Smart Art usando Aspose.Cells for C++....normal usando la propiedad Shape.IsSmartArt . Determinar si la...imprime el valor de la propiedad Shape.IsSmartArt de la primera forma...

    docs.aspose.com/cells/es/cpp/determine-if-shape...
  7. Hitta absolut position för form inuti kalkblade...

    Bestäm den absoluta positionen för en form i ett kalkblad med Aspose.Cells och C++....tillhandahåller Shape.GetLeftToCorner() och Shape.GetTopToCorner()...konsolresultat: Absolute Position of this Shape is ( 320 , 183 ) #include <iostream>...

    docs.aspose.com/cells/sv/cpp/finding-absolute-p...
  8. API público y cambios incompatibles hacia atrás...

    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.... Por ejemplo: IShape shape = ...; shape . setFrame ( new ShapeFrame... Float . NaN )); o slide . Shapes . AddAutoShape ( ShapeType...

    docs.aspose.com/slides/es/java/public-api-and-b...
  9. API public et changements incompatibles avec le...

    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.... Par exemple : $shape = $$missing $ ; $shape -> setFrame ( new...Float :: NaN )); ou slide . Shapes -> AddAutoShape ( ShapeType...

    docs.aspose.com/slides/fr/php-java/public-api-a...
  10. عمليات تغيير الشكل|وثائق Aspose.Slides

    تلاعب بأشكال PowerPoint في C# أو .NET...IShape shape = FindShape ( slide , "Shape1" ); if ( shape != null...WriteLine ( "اسم الشكل: " + shape . Name ); } } } // تنفيذ الطريقة...

    docs.aspose.com/slides/ar/net/shape-manipulations/