Sort Score
Result 10 results
Languages All
Labels All
Results 6,241 - 6,250 of 49,140 for

shape

(0.15 sec)
  1. Გადაიყვანეთ HTML DOCX C++

    გადაიყვანეთ HTML DOCX C++ ფორმატში კოდით. შეინახეთ HTML როგორც DOCX C++....auto shape = builder->InsertImage(u"Input.html"); shape->Get...

    products.aspose.com/words/ka/cpp/conversion/htm...
  2. BuildingBlock | Aspose.Words for Java

    Represents a glossary document entry such as a Building Block AutoText or an AutoCorrect entry in Java....Document(); // Add two runs and one shape as child nodes to the first..."Hello world! ")); Shape shape = new Shape(doc, ShapeType.RECTANGLE);...

    reference.aspose.com/words/java/com.aspose.word...
  3. Marker shapes set for line with marker charts a...

    I’m using the Aspose library to generate line with marker charts and programmatically setting custom marker Shapes for data points. However, when opening the generated file in Excel, the selected marker Shapes are not ap…...Marker shapes set for line with marker charts are not reflected...programmatically setting custom marker shapes for data points. However, when...

    forum.aspose.com/t/marker-shapes-set-for-line-w...
  4. Aspose.CellsでExcelファイルをPDF形式に変換した場合にExcelでの見た目と...

    Aspose.Cells for Python via .NET(25.2.0)を利用しています。 Aspose.CellsでExcelワークブックをPDFに変換する際に、 Excel上にあるオブジェクトがExcelワークブックの見た目と異なった位置や模様でPDFに変換されてしまいます。 求める結果としてはExcel本体の機能のPDF変換と同等のPDF変換処理ができ、Excel上の見た目とPDF変換後の見た目が同じになることです。 …...CELLSPYTHONNET-256:Abnormal arrow shape when saving file to pdf CEL...problem is that when we render shapes in a “group” state, the calculated...

    forum.aspose.com/t/aspose-cells-excel-pdf-excel...
  5. StructuredDocumentTag class | Aspose.Words for ...

    Aspose.Words.Markup.StructuredDocumentTag class. Represents a structured document tag (SDT or content control) in a document...HeaderFooter , Comment , Footnote or a Shape node. Row-level - Among rows...Node ) asShape() Cast node to Shape . (Inherited from Node ) asSmartTag()...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Several JPG Into BMP C#

    Merge multiple JPG into BMP in C# code. Save JPG as BMP using C#....new DocumentBuilder(doc); var shapes = fileNames.Select(fileName...pageSetup.PageWidth = shapes.Max(shape => shape.Width); pageSetup...

    products.aspose.com/words/net/merge/jpg-to-bmp/
  7. Several Image Into SVG C#

    Merge multiple Image into SVG in C# code. Save Image as SVG using C#....new DocumentBuilder(doc); var shapes = fileNames.Select(fileName...pageSetup.PageWidth = shapes.Max(shape => shape.Width); pageSetup...

    products.aspose.com/words/net/merge/image-to-svg/
  8. Several Image Into PNG C#

    Merge multiple Image into PNG in C# code. Save Image as PNG using C#....new DocumentBuilder(doc); var shapes = fileNames.Select(fileName...pageSetup.PageWidth = shapes.Max(shape => shape.Width); pageSetup...

    products.aspose.com/words/net/merge/image-to-png/
  9. Several Image Into BMP C#

    Merge multiple Image into BMP in C# code. Save Image as BMP using C#....new DocumentBuilder(doc); var shapes = fileNames.Select(fileName...pageSetup.PageWidth = shapes.Max(shape => shape.Width); pageSetup...

    products.aspose.com/words/net/merge/image-to-bmp/
  10. Table | Aspose.Words for Java

    Represents a table in a Word document in Java....typical elements such as runs, shapes, and even other tables. //...typical elements such as runs, shapes, and even other tables. //...

    reference.aspose.com/words/java/com.aspose.word...