Sort Score
Result 10 results
Languages All
Labels All
Results 6,581 - 6,590 of 50,729 for

shape

(0.58 sec)
  1. Convert Image To DOC C++

    Convert Image to DOC format in C++ code. Save Image as DOC using C++....auto shape = builder->InsertImage(u"Input.png"); shape->GetS...

    products.aspose.com/words/cpp/conversion/image-...
  2. Convert TEXT To PDF C++

    Convert TEXT to PDF format in C++ code. Save TEXT as PDF using C++....auto shape = builder->InsertImage(u"Input.txt"); shape->GetS...

    products.aspose.com/words/cpp/conversion/text-t...
  3. Convert WORD To XPS C++

    Convert a Word document to XPS format in C++ code. Save a Word document as XPS using C++....auto shape = builder->InsertImage(u"Input.docx"); shape->Get...

    products.aspose.com/words/cpp/conversion/word-t...
  4. Convert Image To WORD C++

    Convert Image to WORD format in C++ code. Save Image as WORD using C++....auto shape = builder->InsertImage(u"Input.png"); shape->GetS...

    products.aspose.com/words/cpp/conversion/image-...
  5. Convert JPG To DOCX C++

    Convert JPG to DOCX format in C++ code. Save JPG as DOCX using C++....auto shape = builder->InsertImage(u"Input.jpg"); shape->GetS...

    products.aspose.com/words/cpp/conversion/jpg-to...
  6. Cannot Find a Way to Determine Inherited Scheme...

    I want to determine the font color used in a text frame. We can typically use something like textShape.TextFrame.Paragraphs[0].Portions[0].PortionFormat.FillFormat This returns an Aspose.Slides.IFillFormat object with A…...understanding, this happens when the shape does not explicitly store the...Background2 , Text1 , Text2 . From Shape.Presentation.MasterTheme.ColorScheme...

    forum.aspose.com/t/cannot-find-a-way-to-determi...
  7. Exception When Creating Waterfall Chart with No...

    Aspose.Slides for Java (version 25.11, jdk16) Environment: Java version: 21 Aspose.Slides Gradle dependency: com.aspose:aspose-slides:25.11:jdk16 Description: We are trying to generate a PowerPoint slide with a Wate…...get_Item(0); // Add a waterfall chart shape IChart chart = slide.getShapes()...

    forum.aspose.com/t/exception-when-creating-wate...
  8. ChartDataLabelCollection.ShowDataLabelsRange | ...

    Discover the ShowDataLabelsRange property in ChartDataLabelCollection. Control data label visibility for your series and enhance data presentation effortlessly!...new DocumentBuilder ( doc ); Shape chartShape = builder . InsertChart...

    reference.aspose.com/words/net/aspose.words.dra...
  9. Using XPS graphic utilities | Java

    Learn how to easily generate images and relatively complex Shapes on an XPS page using graphic utilities in Aspose.Page API for Java...How to easily produce basic shapes in XPS The XPS specification...used to compose any complex shapes. Aspose.Page for Java provides...

    docs.aspose.com/page/java/xps/graphic-utilities/
  10. 在 C++ 中创建演示文稿查看器|Aspose.Slides 文档

    使用 Aspose.Slides 在 C++ 中创建自定义演示文稿查看器。轻松显示 PowerPoint 和 OpenDocument 文件,而无需 Microsoft PowerPoint。...svgShape , SharedPtr < IShape > shape ) { svgShape -> set_Id ( String...String :: Format ( u "shape-{0}" , m_shapeIndex ++ )); } }; 创建幻灯片缩略图图像...

    docs.aspose.com/slides/zh/cpp/presentation-viewer/