Sort Score
Result 10 results
Languages All
Labels All
Results 1,051 - 1,060 of 5,168 for

shape position

(0.15 sec)
  1. C# .NET PowerPoint Processing API | Aspose.Slid...

    Aspose.Slides is a C# .NET PowerPoint API. Aspose Slides API to create C# PPT programmatically....presentation content, including text, shapes, charts, tables, animations...SmartArts Manage PowerPoint Shapes Manage ActiveX Controls Manage...

    products.aspose.com/slides/net/
  2. 7. LaTeX's model for character encodings

    This article covers internals of input and output encodings in LaTeX, as well as LaTeX internal character representation....symbol is in the font at the position addressed by that number....representations to glyph positions in the current font used for...

    docs.aspose.com/tex/java/latex-encodings-model/
  3. How add pptx slides content to a final Aspose W...

    hi, I am developing quite a complex logic: I am having multiple sources of documents ( fill in a coversheet, add sharepoint documents, fill in html template with data) that needs be collated and converted to a pdf. I h…...Position = 0; } var slideDoc = new...ImageFormat.Png); //msImage.Position = 0; // Setup page size for...

    forum.aspose.com/t/how-add-pptx-slides-content-...
  4. Aspose::Words::Drawing::Charts::ChartFormat cla...

    Aspose::Words::Drawing::Charts::ChartFormat class. Represents the formatting of a chart element. To learn more, visit the documentation article in C++....get_ShapeType () Gets or sets the shape type of the parent chart element...:: Words :: Drawing :: Shape > shape = builder -> InsertChart...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. DocumentVisitor class | Aspose.Words for Python

    aspose.words.DocumentVisitor class. Base class for custom document visitors...Description visit_absolute_position_tab(tab) Called when a AbsolutePositionTab...started. visit_group_shape_end(group_shape) Called when enumeration...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::Settings::CompatibilityOptions c...

    Aspose::Words::Settings::CompatibilityOptions class. Contains compatibility options (that is, the user preferences entered on the Compatibility tab of the Options dialog in Microsoft Word). To learn more, visit the documentation article in C++....mirror indents and relative positioning. get_TransparentMetafiles...mirror indents and relative positioning. set_TransparentMetafiles...

    reference.aspose.com/words/cpp/aspose.words.set...
  7. Manage Titles of Excel Charts with Golang via C...

    Learn how to use Aspose.Cells for C++ to add and format chart and axis titles in Microsoft Excel. Our guide will demonstrate how to set different types of titles, adjust their appearance, and modify axis titles for better data representation and clarity....Subtitle from ODS File Manipulate Position Size and Designer Chart with...with Golang via C++ Shapes in Charts with Golang via C++...

    docs.aspose.com/cells/go-cpp/chart-and-axis-tit...
  8. 在 Java 中格式化 PowerPoint 文本|Aspose.Slides 文档

    使用 Aspose.Slides for Java 在 PowerPoint 和 OpenDocument 演示文稿中格式化和设置文本样式。自定义字体、颜色、对齐方式等。...pptx" ); try { IAutoShape shape = ( IAutoShape ) pres . getSlides...); IEffectFormat effects = shape . getTextFrame (). getParagraphs...

    docs.aspose.com/slides/zh/java/text-formatting/
  9. 在 PHP 中格式化 PowerPoint 文本|Aspose.Slides for PHP 文档

    使用 Aspose.Slides for PHP via Java 对 PowerPoint 和 OpenDocument 演示文稿中的文本进行格式化和样式设置。自定义字体、颜色、对齐方式等。...pptx" ); try { $shape = $pres -> getSlides () -> get_Item...get_Item ( 0 ); $effects = $shape -> getTextFrame () -> getParagraphs...

    docs.aspose.com/slides/zh/php-java/text-formatt...
  10. INSERT IMAGE IN ASPOSE WORD AS EDITABLE IMAGE -...

    Hello Team, I want to insert an image into a Word document and set the “Edit Picture” option to true, allowing the user to search the content inside the image. How can I achieve this programmatically so that the image i…...is to insert the image as a shape and set its properties accordingly..."path/to/your/image.png"; Shape shape = builder.InsertImage(imagePath);...

    forum.aspose.com/t/insert-image-in-aspose-word-...