Sort Score
Result 10 results
Languages All
Labels All
Results 3,181 - 3,190 of 49,131 for

shape

(0.14 sec)
  1. ChartDataLabel.font property | Aspose.Words for...

    ChartDataLabel.font property. Provides access to the font formatting of this data label....DocumentBuilder ( doc = doc ) shape = builder . insert_chart ( chart_type...500 , height = 350 ) chart = shape . chart self . assertEqual (...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Aspose.Slides for .NET: Concern with Extracted ...

    Hello Team, We have few PPT files , from which it can extract objects using below code, if (Shape is IOleObjectFrame oleFrame && oleFrame.EmbeddedData != null) { var embeddedData = oleFrame.EmbeddedData; byte[…...objects using below code, if (shape is IOleObjectFrame oleFrame... In some presentations the shape you see on the slide is only...

    forum.aspose.com/t/aspose-slides-for-net-concer...
  3. Սեղմել HTML Ը C# Ում

    Սեղմեք HTML ը C# ում՝ առանց որակի կորստի: Օպտիմալացրեք HTML բովանդակությունը, հեշտությամբ կրճատեք ֆայլի չափը:...Shape, true ); foreach (Shape shape in nodes) { if...if (shape.IsImage) { // Մշակողը պետք է ընտրի գրադարանը պատկերի...

    products.aspose.com/words/hy/net/compress/html/
  4. Შეკუმშოს HTML C#

    შეკუმშოს HTML C# ში ხარისხის დაკარგვის გარეშე. გააუმჯობესეთ HTML კონტენტი, შეამცირეთ ფაილის ზომა მარტივად....Shape, true ); foreach (Shape shape in nodes) { if...if (shape.IsImage) { // დეველოპერს ევალება აირჩიოს ბიბლიოთეკა...

    products.aspose.com/words/ka/net/compress/html/
  5. Սեղմել DOCX Ը C# Ում

    Սեղմեք DOCX ը C# ում՝ առանց որակի կորստի: Օպտիմալացրեք DOCX բովանդակությունը, հեշտությամբ կրճատեք ֆայլի չափը:...Shape, true ); foreach (Shape shape in nodes) { if...if (shape.IsImage) { // Մշակողը պետք է ընտրի գրադարանը պատկերի...

    products.aspose.com/words/hy/net/compress/docx/
  6. Create Presentations in Python|Aspose.Slides fo...

    Create PowerPoint presentations in Python with Aspose.Slides—produce PPT, PPTX, and ODP files, benefit from OpenDocument support, and save them programmatically for reliable results....first slide, injecting a simple shape, and persisting the result—so...you an immediate canvas for shapes, text, charts, or any other...

    docs.aspose.com/slides/python-net/create-presen...
  7. Manage Presentation Ink Objects in C++|Aspose.S...

    Manage PowerPoint ink objects—create, edit & style digital ink with Aspose.Slides for C++. Get code samples for traces, brush color & size....typically represented by shape objects. A shape object, in its simplest...the container area size, the shape of the container, the container’s...

    docs.aspose.com/slides/cpp/manage-ink/
  8. Manage Presentation Ink Objects on Android|Aspo...

    Manage PowerPoint ink objects—create, edit & style digital ink with Aspose.Slides for Android. Get Java code samples for traces, brush color & size....typically represented by shape objects. A shape object, in its simplest...the container area size, the shape of the container, the container’s...

    docs.aspose.com/slides/androidjava/manage-ink/
  9. Converting email to pdf - cutting off right sid...

    I’m having difficulty in converting an email to pdf format when it has embedded images. That is, when an email has embedded images and their sizes differ, right side of the larger image is being cut off. Is there any wa…...foreach (Shape shape in doc.GetChildNodes(NodeType.Shape, true))...true)) { ResizebigImage(shape); } doc.Save(MyDir + "21.2.pdf"); public...

    forum.aspose.com/t/converting-email-to-pdf-cutt...
  10. RelativeHorizontalPosition | Aspose.Words for Java

    Specifies to what the horizontal position of a Shape or text frame is relative in Java....the horizontal position of a shape or text frame is relative. Examples:...it to the page's center. Shape shape = builder.insertImage(getImageDir()...

    reference.aspose.com/words/java/com.aspose.word...