Sort Score
Result 10 results
Languages All
Labels All
Results 5,821 - 5,830 of 49,142 for

shape

(0.14 sec)
  1. Aspose.Cellsでシートをコピーすると配置していた画像オブジェクトの見え方が変わる -...

    Aspose.Cells for .NET(v25.10.0)を利用しています。 Aspose.Cellsでシートをコピーすると配置していた画像オブジェクトの見え方が変わりました。 確認すると設定していた透明度の設定がなくなっていました。 本件の対処方法を教えてください。 不具合であれば修正を検討ください。 詳細は以下の添付ファイルをご確認ください。 画像コピー検証.zip (88.3 KB) 添付ファイル内の「検証結果.…...foreach (var shape in targetSheet.Shapes) { if (shape is Picture...

    forum.aspose.com/t/aspose-cells/320639
  2. Several JPG Into JPG Javascript

    Merge multiple JPG into JPG in JavaScript code. Save JPG as JPG using JavaScript....DocumentBuilder(doc) shapes = fileNames.map(fileName =>...pageWidth = Math.max(...shapes.map(shape => shape.width)); pageSetup...

    products.aspose.com/words/nodejs-net/merge/jpg-...
  3. Several JPG Into TIFF Python

    Merge multiple JPG into TIFF in Python code. Save JPG as TIFF using Python....DocumentBuilder(doc) shapes = [builder.insert_image(fileName)...page_width = max (shape.width for shape in shapes) pageSetup.page_height...

    products.aspose.com/words/python-net/merge/jpg-...
  4. Several Image Into SVG Python

    Merge multiple Image into SVG in Python code. Save Image as SVG using Python....DocumentBuilder(doc) shapes = [builder.insert_image(fileName)...page_width = max (shape.width for shape in shapes) pageSetup.page_height...

    products.aspose.com/words/python-net/merge/imag...
  5. Several Image Into GIF Python

    Merge multiple Image into GIF in Python code. Save Image as GIF using Python....DocumentBuilder(doc) shapes = [builder.insert_image(fileName)...page_width = max (shape.width for shape in shapes) pageSetup.page_height...

    products.aspose.com/words/python-net/merge/imag...
  6. Several Image Into PNG Python

    Merge multiple Image into PNG in Python code. Save Image as PNG using Python....DocumentBuilder(doc) shapes = [builder.insert_image(fileName)...page_width = max (shape.width for shape in shapes) pageSetup.page_height...

    products.aspose.com/words/python-net/merge/imag...
  7. Several Image Into PNG Javascript

    Merge multiple Image into PNG in JavaScript code. Save Image as PNG using JavaScript....DocumentBuilder(doc) shapes = fileNames.map(fileName =>...pageWidth = Math.max(...shapes.map(shape => shape.width)); pageSetup...

    products.aspose.com/words/nodejs-net/merge/imag...
  8. Several Image Into BMP Javascript

    Merge multiple Image into BMP in JavaScript code. Save Image as BMP using JavaScript....DocumentBuilder(doc) shapes = fileNames.map(fileName =>...pageWidth = Math.max(...shapes.map(shape => shape.width)); pageSetup...

    products.aspose.com/words/nodejs-net/merge/imag...
  9. Working with Content Control SDT|Aspose.Words f...

    Advanced document content management, how to create and manipulate content controls (Structured Document Tags) using C++....HeaderFooter, Comment, Footnote or a Shape node Row-level - Among rows...

    docs.aspose.com/words/cpp/structured-document-t...
  10. Manage canvases of PS file | C++

    C++ API Solution to manage PS files. Code example on how to clip and transform graphics states of PS files with a few lines of C++ code.... The shape of the ends of lines (round...(round, square, or butt). The shape of the junctions between lines...

    products.aspose.com/page/cpp/work-with-ps-graph...