Sort Score
Result 10 results
Languages All
Labels All
Results 5,951 - 5,960 of 15,370 for

shape

(0.06 sec)
  1. فشرده سازی DOCX در C++

    بدون از دست دادن کیفیت، DOCX را در C++ فشرده کنید. محتوای DOCX را بهینه کنید، اندازه فایل را به راحتی کاهش دهید....(NodeType::Shape, true ); for ( const auto & shape : System::...System:: IterateOver <Shape>(nodes)) { if (shape-> get_HasImage ()) {...

    products.aspose.com/words/fa/cpp/compress/docx/
  2. Optimizați Conținutul Fișierului Folosind C#

    Comprimați fișierele în C#: DOCX, DOC, RTF, ODT, EPUB, PNG, JPG, XLSX, XLS, WPS fără a pierde calitatea...Shape, true ); foreach (Shape shape in nodes) { if...if (shape.IsImage) { // Depinde de dezvoltator să aleagă biblioteca...

    products.aspose.com/words/ro/net/compress/
  3. 从齿轮型智能图形中提取文本|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....为了实现这一点,您应首先使用 Shape.GetResultOfSmartArt() 方法将智能图形转为组合形状。然后使用...方法获取组合形状中形成的所有单个形状的数组。最后,您可以循环逐个迭代所有单个形状,并使用 Shape.Text 属性提取其文本。 从齿轮型智能图形中提取文本...

    docs.aspose.com/cells/zh/net/extract-text-from-...
  4. Forms2OleControl.ChildNodes | Aspose.Words för ...

    Forms2OleControl ChildNodes fast egendom. Får en samling av omedelbara barnkontroller 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....
  5. Forms2OleControl.GroupName | Aspose.Words per .NET

    Forms2OleControl GroupName proprietà. Ottiene o imposta una stringa che specifica un gruppo di controlli mutuamente esclusivi. Il valore predefinito è una stringa vuota in C#....docx" ); Shape shape = ( Shape ) doc . GetChild ( NodeType...NodeType . Shape , 0 , true ); OleControl oleControl = shape . OleFormat...

    reference.aspose.com/words/it/net/aspose.words....
  6. تنسيق الأشكال|وثائق Aspose.Slides

    تنسيق الشكل في عرض PowerPoint باستخدام C# أو .NET... Shapes . AddAutoShape ( ShapeType...مستطيل IShape shp1 = sld . Shapes . AddAutoShape ( ShapeType...

    docs.aspose.com/slides/ar/net/shape-formatting/
  7. TextBox.next property | Aspose.Words for Python

    TextBox.next property. Returns or sets a [TextBox](../) that represents the next [TextBox](../) in a sequence of Shapes....next TextBox in a sequence of shapes. @property def next ( self...text_box_shape1 = builder . insert_shape ( shape_type = aw . drawing . ShapeType...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Insérer des formes dans la feuille de calcul da...

    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.... public Shape addShape(int type, int upperLeftRow...La méthode renvoie un objet Shape . L’exemple suivant montre comment...

    docs.aspose.com/cells/fr/java/insert-shapes-to-...
  9. Draw Line in Excel with Python

    Draw line in Excel with Python program along with other Shapes. Get IDE details, a list of steps, and a sample code to insert drawing in Excel with Python....with Python and various other shapes. It will make you understand...want to draw a line shape Access the Shapes collection of the sheet...

    kb.aspose.com/de/cells/python/draw-line-in-exce...
  10. SignatureLine.Signer | Aspose.Words för .NET

    SignatureLine Signer fast egendom. Hämtar eller ställer in föreslagen undertecknare av signaturraden. Standardvärdet för den här egenskapen ärtom sträng Empty i C#.... Shape shape = builder . InsertSignatureLine...WrapType . None ); Assert . True ( shape . IsSignatureLine ); // Verifiera...

    reference.aspose.com/words/sv/net/aspose.words....