Sort Score
Result 10 results
Languages All
Labels All
Results 4,461 - 4,470 of 42,861 for

shape

(0.06 sec)
  1. Structured Document Tags or Content Control|Asp...

    Work with Structured Document Tags or Content Controls using C#....HeaderFooter, Comment, Footnote or a Shape node. Row-level – Among rows...

    docs.aspose.com/words/net/structured-document-t...
  2. Detecting Empty Worksheets with C++|Documentation

    This article shows you code explaining how to detect empty worksheets of Excel workbooks programmatically using C++ API with Aspose.Cells library.... Check for Shapes It is possible that a given... however, it could contain shapes & objects such as controls...

    docs.aspose.com/cells/cpp/detecting-empty-works...
  3. Aspose.PSD For Python Key Features|Documentation

    Key Features of Aspose.PSD for Python - Photoshop and Illustrator Python Package features...Enhancement with Adjustment Layers Shape Layer Manipulation Blending...

    docs.aspose.com/psd/python-net/features/
  4. 在C#中將PPT轉換為Word | products.aspose.com

    在 C# 中將 PPT 轉換為 Word。使用 .NET 庫 API 將 PowerPoint 轉換為 Word...foreach ( var shape in slide.Shapes) { if (shape is AutoShape...

    products.aspose.com/slides/zh-hant/net/conversi...
  5. Extracting Images from Presentation shapes|Aspo...

    Extract images from PowerPoint presentation in C# or .NET...Extracting Images from Presentation shapes Contents [ Hide ] Images are...are often added to shapes and also frequently used as slides'...

    docs.aspose.com/slides/net/extracting-images-fr...
  6. Aspose::Words::Drawing::LayoutFlow enum | Aspos...

    Aspose::Words::Drawing::LayoutFlow enum. Determines the flow of the text layout in a textbox in C++....auto textbox = MakeObject < Shape > ( doc , ShapeType :: TextBox...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. DocumentBase.page_color property | Aspose.Words...

    DocumentBase.page_color property. Gets or sets the page color of the document...background_shape . @property def page_color (...appropriate DocumentBase.background_shape . If the page color is not set...

    reference.aspose.com/words/python-net/aspose.wo...
  8. AxisTimeUnit | Aspose.Words for Java

    Specifies the unit of time for axes in Java....new DocumentBuilder(doc); Shape shape = builder.insertChart(ChartType...500.0, 300.0); Chart chart = shape.getChart(); // Clear the chart's...

    reference.aspose.com/words/java/com.aspose.word...
  9. Aspose::Words::Lists::ListLevel::CreatePictureB...

    Aspose::Words::Lists::ListLevel::CreatePictureBullet method. Creates picture bullet Shape for the current list level in C++....method Creates picture bullet shape for the current list level....

    reference.aspose.com/words/cpp/aspose.words.lis...
  10. How to Create PowerPoint Presentation using C#

    We'll walk you through the steps in C# for how to create PowerPoint presentation using C#. By using a few lines of easy code in C# PPT presentation can be generated....Add a text frame inside added shape and set its textual properties...formatted inside the added shape before saving the presentation...

    kb.aspose.com/slides/net/how-to-create-powerpoi...