Sort Score
Result 10 results
Languages All
Labels All
Results 4,571 - 4,580 of 45,935 for

shape

(0.14 sec)
  1. Insert Checkboxes, Text Input or Images during ...

    Insert checkboxes or text input fields during Mail Merge using C++. Also insert images from a Database during Mail Merge in C++....Words provides the Shape property, which facilitates...inserted image or any other shape. The following code example...

    docs.aspose.com/words/cpp/insert-checkboxes-tex...
  2. Copy Shapes between Worksheets with C++|Documen...

    Learn how to copy Shapes, charts, and other drawing objects between worksheets using Aspose.Cells with C++....Copy Shapes between Worksheets with C++ Contents [ Hide ] Sometimes...understanding of how to copy shapes between worksheets. Copying...

    docs.aspose.com/cells/cpp/copy-shapes-between-w...
  3. Insert Checkboxes, Text Input or Images during ...

    Insert checkboxes or text input fields during Mail Merge using Java. Also insert images from a Database during Mail Merge in Java....Words provides the Shape property, which facilitates...inserted image or any other shape. The following code example...

    docs.aspose.com/words/java/insert-checkboxes-te...
  4. WatermarkType enumeration | Aspose.Words for Py...

    aspose.words.WatermarkType enumeration. Specifies the watermark type....watermark corresponds to a shape with image. NONE Indicates watermark...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ChartTitle.overlay property | Aspose.Words for ...

    ChartTitle.overlay property. Determines whether other chart elements shall be allowed to overlap title...( doc ); // Insert a chart shape with a document builder and...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. ChartTitle.show property | Aspose.Words for Nod...

    ChartTitle.show property. Determines whether the title shall be shown for this chart...( doc ); // Insert a chart shape with a document builder and...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. TableCollection | Aspose.Words for Java

    Provides typed access to a collection of Table nodes 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...
  8. Aspose.Words.Rendering module | Aspose.Words fo...

    The Aspose.Words.Rendering module provides classes that allow to customize printing or rendering of documents....more, visit the Working with Shapes documentation article. OfficeMathRenderer...methods to render an individual Shape or GroupShape to a raster or...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Aspose::Words::Saving::SaveOptions::get_ImlRend...

    Aspose::Words::Saving::SaveOptions::get_ImlRenderingMode method. Gets or sets a value determining how ink (InkML) objects are rendered in C++....InkML' ignores fall-back shape of ink (InkML) object and renders...

    reference.aspose.com/words/cpp/aspose.words.sav...
  10. IPortionEffectiveData Instance Variables Change...

    Hello Aspose Team! I’ve been under the assumption that when I call .getFormat().getEffective() on a Portion object, the resulting IPortionFormatEffective object was immutable and basically a ‘snapshot’ of the format sty…...for (IShape shape : slide.getShapes()) { if(shape instanceof ITable)...testPortionFormatEff((ITable) shape); } } } finally { if (presentation...

    forum.aspose.com/t/iportioneffectivedata-instan...