Sort Score
Result 10 results
Languages All
Labels All
Results 6,141 - 6,150 of 48,838 for

shape

(0.12 sec)
  1. Փոխարկել WORD PDF C++

    Փոխարկեք WORD ը PDF ձևաչափի C++ կոդով: Պահեք WORD որպես PDF օգտագործելով C++:...auto shape = builder->InsertImage(u"Input.docx"); shape->Get...

    products.aspose.com/words/hy/cpp/conversion/wor...
  2. Փոխարկել WORD JPG C++

    Փոխարկեք WORD ը JPG ձևաչափի C++ կոդով: Պահեք WORD որպես JPG օգտագործելով C++:...auto shape = builder->InsertImage(u"Input.docx"); shape->Get...

    products.aspose.com/words/hy/cpp/conversion/wor...
  3. Փոխարկել HTML Պատկեր C++

    Փոխարկեք HTML ը Պատկեր ձևաչափի C++ կոդով: Պահեք HTML որպես Պատկեր օգտագործելով C++:...auto shape = builder->InsertImage(u"Input.html"); shape->Get...

    products.aspose.com/words/hy/cpp/conversion/htm...
  4. FieldType | Aspose.Words for Java

    Specifies Microsoft Word field types in Java.... FIELD_SHAPE Specifies the SHAPE field. FIELD_SKIP_IF...represent an ActiveX control as a Shape object, but for some documents...

    reference.aspose.com/words/java/com.aspose.word...
  5. 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...
  6. Get the Entire Slide Background from a Presenta...

    Extract full slide backgrounds as images from PowerPoint and OpenDocument presentations using Aspose.Slides for Node.js via Java, streamlining visual workflows....theme, color scheme, and the shapes placed on the master slide...temporary presentation. Delete the shapes from the cloned slide. Convert...

    docs.aspose.com/slides/nodejs-java/get-the-enti...
  7. Several JPG Into GIF C#

    Merge multiple JPG into GIF in C# code. Save JPG as GIF 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-gif/
  8. Several JPG Into PNG C#

    Merge multiple JPG into PNG in C# code. Save JPG 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/jpg-to-png/
  9. Several Image Into JPG C#

    Merge multiple Image into JPG in C# code. Save Image as JPG 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-jpg/
  10. CompareOptions.compare_moves property | Aspose....

    CompareOptions.compare_moves property. Specifies whether to compare differences between the two documents.... insert_shape ( shape_type = aw . drawing . ShapeType...aw . NodeType . SHAPE , 0 , True ) . as_shape () . first_paragraph...

    reference.aspose.com/words/python-net/aspose.wo...