Sort Score
Result 10 results
Languages All
Labels All
Results 5,481 - 5,490 of 11,447 for

shape

(0.05 sec)
  1. CompositeNode Class | Aspose.Words för .NET

    Aspose.Words.CompositeNode klass. Basklass för noder som kan innehålla andra noder i C#.... " )); Shape shape = new Shape ( doc , ShapeType .... Rectangle ); shape . Width = 200 ; shape . Height = 200 ; //...

    reference.aspose.com/words/sv/net/aspose.words/...
  2. Extraire du texte de la forme SmartArt de type ...

    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....groupe en utilisant la méthode Shape.getResultOfSmartArt() . Ensuite...texte en utilisant la propriété Shape.Text . Extraire du texte de...

    docs.aspose.com/cells/fr/java/extract-text-from...
  3. ShapeBase.Target | Aspose.Words per .NET

    ShapeBase Target proprietà. Ottiene o imposta il frame di destinazione per il collegamento ipertestuale della forma in C#....DocumentBuilder ( doc ); Shape shape = builder . InsertImage (...jpg" ); shape . HRef = "https://forum.aspose.com/" ; shape . Target...

    reference.aspose.com/words/it/net/aspose.words....
  4. ShapeBase.ScreenTip | Aspose.Words per .NET

    ShapeBase ScreenTip proprietà. Definisce il testo visualizzato quando il puntatore del mouse si sposta sulla forma in C#....DocumentBuilder ( doc ); Shape shape = builder . InsertImage (...jpg" ); shape . HRef = "https://forum.aspose.com/" ; shape . Target...

    reference.aspose.com/words/it/net/aspose.words....
  5. إدارة صندوق النص|وثائق Aspose.Slides لـ Python

    إضافة صندوق نص أو إطار نص إلى عروض PowerPoint في بايثون أو .NET... shapes . add_auto_shape ( slides . ShapeType...slides : for shape in slide . shapes : if ( type ( shape ) is AutoShape...

    docs.aspose.com/slides/ar/python-net/manage-tex...
  6. بهینه سازی محتوای فایل با استفاده از C++

    فشرده سازی فایل ها در C++: DOCX, DOC, RTF, ODT, EPUB, PNG, JPG, XLSX, XLS, WPS بدون از دست دادن کیفیت...(NodeType::Shape, true ); for ( const auto & shape : System::...System:: IterateOver <Shape>(nodes)) { if (shape-> get_HasImage ()) {...

    products.aspose.com/words/fa/cpp/compress/
  7. เพิ่มประสิทธิภาพเนื้อหาของไฟล์โดยใช้ C#

    บีบอัดไฟล์ใน C#: DOCX, DOC, RTF, ODT, EPUB, PNG, JPG, XLSX, XLS, WPS โดยไม่สูญเสียคุณภาพ ปรับเนื้อหาของเอกสารให้เหมาะสม ลดขนาดไฟล์ได้อย่างง่ายดาย...Shape, true ); foreach (Shape shape in nodes) { if...if (shape.IsImage) { // ขึ้นอยู่กับผู้พัฒนาที่จะเลือกไลบรารี่สำหรับการบีบอัดภาพ...

    products.aspose.com/words/th/net/compress/
  8. Forms2OleControl Class | Aspose.Words för .NET

    Aspose.Words.Drawing.Ole.Forms2OleControl klass. Representerar Microsoft Forms 2.0 OLEkontroll i C#....docx" ); Shape shape = ( Shape ) doc . GetChild ( NodeType...NodeType . Shape , 0 , true ); OleControl oleControl = shape . OleFormat...

    reference.aspose.com/words/sv/net/aspose.words....
  9. SignatureLineOptions.ShowDate | Aspose.Words fö...

    SignatureLineOptions ShowDate fast egendom. Hämtar eller ställer in ett värde som anger att teckendatum visas på signaturraden. Standardvärdet för den här egenskapen ärSann i C#....docx" ); Shape shape = ( Shape ) doc . GetChild ( NodeType...NodeType . Shape , 0 , true ); signatureLine = shape . SignatureLine...

    reference.aspose.com/words/sv/net/aspose.words/...
  10. Párrafo|Documentación de Aspose.Slides para PHP

    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.... $shape = $pres -> getSlides () -> get_Item...get_Item ( 0 ); $textFrame = $shape -> getTextFrame (); foreach...

    docs.aspose.com/slides/es/php-java/paragraph/