Sort Score
Result 10 results
Languages All
Labels All
Results 8,391 - 8,400 of 48,798 for

shapes

(0.81 sec)
  1. Pakkaa WORD Kohteessa Javascript

    Pakkaa WORD kentässä JavaScript laadun heikkenemättä. Optimoi kohteen WORD sisältö, pienennä tiedostokokoa helposti....cleanup(); var shapes = doc.getChildNodes(aw.NodeType.Shape, true )...) for ( var shape of shapes) { if (shape.hasImage()) { // Kehittäjän...

    products.aspose.com/words/fi/nodejs-net/compres...
  2. Saspiest DOC Javascript

    Saspiest DOC JavaScript, nezaudējot kvalitāti. Optimizējiet DOC saturu, viegli samaziniet faila lielumu....cleanup(); var shapes = doc.getChildNodes(aw.NodeType.Shape, true )...) for ( var shape of shapes) { if (shape.hasImage()) { // Tas...

    products.aspose.com/words/lv/nodejs-net/compres...
  3. A Fájl Tartalmának Optimalizálása A Javascript ...

    Fájlok tömörítése JavaScript: DOCX, DOC, RTF, ODT, EPUB, PNG, JPG, XLSX, XLS, WPS minőségromlás nélkül...cleanup(); var shapes = doc.getChildNodes(aw.NodeType.Shape, true )...) for ( var shape of shapes) { if (shape.hasImage()) { // A fejlesztő...

    products.aspose.com/words/hu/nodejs-net/compress/
  4. Trouver la position absolue d une forme à l int...

    Apprenez à trouver la position absolue d une forme à l intérieur d une feuille en utilisant Aspose.Cells for JavaScript via C++....fournit les propriétés Shape.leftToCorner et Shape.topToCorner à cet...: Absolute Position of this Shape is ( 320 , 183 ) <!DOCTYPE html>...

    docs.aspose.com/cells/fr/javascript-cpp/finding...
  5. Aspose::Words::Saving::HtmlSaveOptions::get_Exp...

    Aspose::Words::Saving::HtmlSaveOptions::get_ExportPageMargins method. Specifies whether page margins is exported to HTML, MHTML or EPUB. Default is false in C++....// Use a builder to insert a shape with no wrapping. System ::...:: Words :: Drawing :: Shape > shape = builder -> InsertShape...

    reference.aspose.com/words/cpp/aspose.words.sav...
  6. Aspose::Words::Drawing::Fill::get_BaseForeColor...

    Aspose::Words::Drawing::Fill::get_BaseForeColor method. Gets a Color object that represents the base foreground color for the fill without any modifiers in C++....:: Words :: Drawing :: Shape > shape = builder -> InsertShape...:: Rectangle , 100 , 40 ); shape -> get_Fill () -> set_ForeColor...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. ShapeBase.Bounds | Aspose.Words per .NET

    Scopri la proprietà ShapeBase Bounds per gestire senza sforzo la posizione e le dimensioni della tua forma, migliorando la precisione e l'efficienza della tua progettazione....DocumentBuilder ( doc ); Shape shape = builder . InsertShape (..., 100 , WrapType . None ); shape . StrokeColor = Color . Orange...

    reference.aspose.com/words/it/net/aspose.words....
  8. INSERT IMAGE IN ASPOSE WORD AS EDITABLE IMAGE -...

    Hello Team, I want to insert an image into a Word document and set the “Edit Picture” option to true, allowing the user to search the content inside the image. How can I achieve this programmatically so that the image i…...is to insert the image as a shape and set its properties accordingly..."path/to/your/image.png"; Shape shape = builder.InsertImage(imagePath);...

    forum.aspose.com/t/insert-image-in-aspose-word-...
  9. Forma Personalizada|Documentación de Aspose.Sli...

    Agregar forma personalizada en la presentación de PowerPoint...Shape . Usa geometryPathToGraphi y...convertir GeometryPath a java.awt.Shape y viceversa. Operaciones de...

    docs.aspose.com/slides/es/php-java/custom-shape/
  10. 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/hi/python-net/compres...