Sort Score
Result 10 results
Languages All
Labels All
Results 9,541 - 9,550 of 50,321 for

shapes

(0.15 sec)
  1. Optimizați Conținutul Fișierului Folosind Python

    Comprimați fișierele în Python: DOCX, DOC, RTF, ODT, EPUB, PNG, JPG, XLSX, XLS, WPS fără a pierde calitatea...cleanup() shapes = [node.as_shape() for node in doc.get_child_nodes(aw...NodeType.SHAPE, True )] for shape in shapes: if shape.isImage:...

    products.aspose.com/words/ro/python-net/compress/
  2. Оптимизирайте Съдържанието На Файла С Помощта Н...

    Компресирайте файлове в Python: DOCX, DOC, RTF, ODT, EPUB, PNG, JPG, XLSX, XLS, WPS без да губите качество...cleanup() shapes = [node.as_shape() for node in doc.get_child_nodes(aw...NodeType.SHAPE, True )] for shape in shapes: if shape.isImage:...

    products.aspose.com/words/bg/python-net/compress/
  3. ShapeBase.IsImage | Aspose.Words per .NET

    Scopri se una forma è un'immagine con la proprietà IsImage di ShapeBase. Identifica facilmente le forme immagine per una maggiore flessibilità e funzionalità di progettazione.... Shape shape = ( Shape ) doc . GetChild ( NodeType...NodeType . Shape , 0 , true ); Assert . IsTrue ( shape . IsImage...

    reference.aspose.com/words/it/net/aspose.words....
  4. VerticalAlignment enumeration | Aspose.Words fo...

    Aspose.Words.Drawing.VerticalAlignment enumeration. Specifies vertical alignment of a floating shape, text frame or a floating table....vertical alignment of a floating shape, text frame or a floating table...it to the page's center. let shape = builder . insertImage ( base...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Administrar nodos de forma SmartArt en presenta...

    Administre los nodos de forma SmartArt en PPT y PPTX con Aspose.Slides para .NET. Obtenga ejemplos de código claros y consejos para optimizar sus presentaciones....foreach ( IShape shape in pres . Slides [ 0 ]. Shapes ) { // Verificar...forma es del tipo SmartArt if ( shape is Aspose . Slides . SmartArt...

    docs.aspose.com/slides/es/net/manage-smartart-s...
  6. فشرده سازی DOCX در Python

    بدون از دست دادن کیفیت، DOCX را در Python فشرده کنید. محتوای DOCX را بهینه کنید، اندازه فایل را به راحتی کاهش دهید....cleanup() shapes = [node.as_shape() for node in doc.get_child_nodes(aw...NodeType.SHAPE, True )] for shape in shapes: if shape.isImage:...

    products.aspose.com/words/fa/python-net/compres...
  7. فشرده سازی DOC در Python

    بدون از دست دادن کیفیت، DOC را در Python فشرده کنید. محتوای DOC را بهینه کنید، اندازه فایل را به راحتی کاهش دهید....cleanup() shapes = [node.as_shape() for node in doc.get_child_nodes(aw...NodeType.SHAPE, True )] for shape in shapes: if shape.isImage:...

    products.aspose.com/words/fa/python-net/compres...
  8. Python 에서 DOC 압축

    품질 손실 없이 Python 에서 DOC 을 압축합니다. DOC 콘텐츠를 최적화하고 파일 크기를 쉽게 줄이십시오....cleanup() shapes = [node.as_shape() for node in doc.get_child_nodes(aw...NodeType.SHAPE, True )] for shape in shapes: if shape.isImage:...

    products.aspose.com/words/ko/python-net/compres...
  9. SmartArt|Aspose.Slides Documentation

    Work with SmartArt in Aspose.Slides for C++: create, edit, convert, and style diagrams with C++ for PowerPoint and OpenDocument presentations....auto smartArt = slide -> get_Shapes () -> AddSmartArt ( 50 , 50...auto smartArt = slide -> get_Shapes () -> AddSmartArt ( 50 , 50...

    docs.aspose.com/slides/cpp/examples/elements/sm...
  10. Bilder aus Präsentationsformen in Python extrah...

    Bilder aus Formen in PowerPoint- und OpenDocument-Präsentationen mit Aspose.Slides für Python via .NET - schnelle, codefreundliche Lösung.... shapes )): shape = slide . shapes [ i ] shape_image =...if type ( shape ) is slides . AutoShape and shape . fill_format...

    docs.aspose.com/slides/de/python-net/extracting...