Sort Score
Result 10 results
Languages All
Labels All
Results 4,461 - 4,470 of 9,934 for

shape

(0.07 sec)
  1. CompositeNode.ChildNodes | Aspose.Words för .NE...

    CompositeNode fast egendom. Hämtar alla omedelbara underordnade noder för denna nod.... " )); Shape shape = new Shape ( doc , ShapeType .... Rectangle ); shape . Width = 200 ; shape . Height = 200 ; //...

    reference.aspose.com/words/sv/net/aspose.words/...
  2. إدارة عنصر نائب|وثائق Aspose.Slides

    تغيير نص العنصر النائب ونص الترويسة في عروض PowerPoint باستخدام C# أو .NET... Shapes ) if ( shp . Placeholder !=...foreach ( IShape shape in slide . Slide . Shapes ) // التكرار عبر...

    docs.aspose.com/slides/ar/net/manage-placeholder/
  3. CompositeNode.GetChild | Aspose.Words för .NET

    CompositeNode GetChild metod. Returnerar en Nte underordnad nod som matchar den angivna typen i C#.... " )); Shape shape = new Shape ( doc , ShapeType .... Rectangle ); shape . Width = 200 ; shape . Height = 200 ; //...

    reference.aspose.com/words/sv/net/aspose.words/...
  4. ShadowFormat.Clear | Aspose.Words per .NET

    ShadowFormat Clear metodo. Cancella il formato ombra in C#....MyDir + "Shape stroke pattern border.docx" ); Shape shape = ( Shape...GetChildNodes ( NodeType . Shape , true )[ 0 ]; if ( shape . ShadowFormat...

    reference.aspose.com/words/it/net/aspose.words....
  5. استخراج الصور من أشكال العرض التقديمي|وثائق Asp...

    استخراج الصور من عرض PowerPoint في بايثون... shapes )): shape = slide . shapes [ i ] shape_image =...if type ( shape ) is slides . AutoShape and shape . fill_format...

    docs.aspose.com/slides/ar/python-net/extracting...
  6. Node.Remove | Aspose.Words för .NET

    Node Remove metod. Tar bort sig själv från föräldern i C#....NodeCollection shapes = doc . GetChildNodes ( NodeType . Shape , true...Assert . AreEqual ( 9 , shapes . OfType < Shape >(). Count ( s => s...

    reference.aspose.com/words/sv/net/aspose.words/...
  7. ImageData Class | Aspose.Words لـ .NET

    Aspose.Words.Drawing.ImageData فصل. يحدد صورة للشكل في C#....NodeCollection shapes = doc . GetChildNodes ( NodeType . Shape , true...AreEqual ( 9 , shapes . Count ( s => (( Shape ) s ). HasImage...

    reference.aspose.com/words/ar/net/aspose.words....
  8. OleFormat.Clsid | Aspose.Words لـ .NET

    OleFormat Clsid ملكية. الحصول على CLSID لكائن OLE في C#.... Shape shape = ( Shape ) doc . GetChild ( NodeType...NodeType . Shape , 0 , true ); Assert . AreEqual ( "6e182020...

    reference.aspose.com/words/ar/net/aspose.words....
  9. Forms2OleControlCollection.Count | Aspose.Words...

    Forms2OleControlCollection Count proprietà. Ottiene il conteggio degli oggetti nella raccolta in C#.... Shape shape = ( Shape ) doc . GetChild ( NodeType...NodeType . Shape , 0 , true ); Assert . AreEqual ( "6e182020...

    reference.aspose.com/words/it/net/aspose.words....
  10. حل عملي لتغيير حجم المخططات في PPTX|وثائق Aspos...

    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....SetSizeWithWindow ( true ); auto shape = slide -> get_Shapes () -> idx_get ( 2...() -> SetWindowWidthInch ( shape -> get_Width () / 72.f ); //...

    docs.aspose.com/slides/ar/cpp/working-solution-...