Sort Score
Result 10 results
Languages All
Labels All
Results 7,551 - 7,560 of 50,867 for

shape

(0.16 sec)
  1. Watermark PPT File Online or using .NET | produ...

    Free online app to Watermark different PPT files. .NET watermarking library C# code for PPT presentations....object Select the slide Pick shape using AddAutoShape and get watermarking...

    products.aspose.com/total/net/watermark/ppt/
  2. Watermark ODP File Online or using .NET | produ...

    Free online app to Watermark different ODP files. .NET watermarking library C# code for ODP presentations....object Select the slide Pick shape using AddAutoShape and get watermarking...

    products.aspose.com/total/net/watermark/odp/
  3. Working with Markdown Features in Java|Aspose.W...

    How to implement Markdown features using Java. All the features are represented as corresponding styles or direct formatting....paragraph with a HorizontalRule shape. There are nuances of translating...

    docs.aspose.com/words/java/working-with-markdow...
  4. HtmlSaveOptions class | Aspose.Words for Python

    aspose.words.saving.HtmlSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.HTML](../../aspose.words/saveformat/#HTML), [SaveFormat.MHTML](../../aspose.words/saveformat/#MHTML), [SaveFormat.EPUB](../../aspose.words/saveformat/#EPUB), [SaveFormat.AZW3](../../aspose.words/saveformat/#AZW3) or [SaveFormat.MOBI](../../aspose.words/saveformat/#MOBI) format...value determining how DrawingML shapes are rendered. (Inherited from...EPUB. export_shapes_as_svg Controls whether Shape nodes are converted...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Úpravy souborů PSD online | products.aspose.com

    Upravte soubory PSD Adobe Photoshop online...Yellow); // Draw an arc shape by specifying the Pen object...

    products.aspose.com/psd/cz/editor/
  6. How to set excel Custom Paper Size width and he...

    @amjad.sahi, @Professionalize.Discourse, @John.He, @simon.zhao worksheet.PageSetup.PaperSize = PaperSizeType.Custom; // Set custom paper size for A1 (width: 33.1 inches, height: 23.4 inches) worksheet.PageSetup.Custom…...} Sorry for the full logic shape not being provided for security...

    forum.aspose.com/t/how-to-set-excel-custom-pape...
  7. HtmlSaveOptions class | Aspose.Words for Node.js

    Aspose.Words.Saving.HtmlSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.Html](../../aspose.words/saveformat/#Html), [SaveFormat.Mhtml](../../aspose.words/saveformat/#Mhtml), [SaveFormat.Epub](../../aspose.words/saveformat/#Epub), [SaveFormat.Azw3](../../aspose.words/saveformat/#Azw3) or [SaveFormat.Mobi](../../aspose.words/saveformat/#Mobi) format...value determining how DrawingML shapes are rendered. (Inherited from...exportShapesAsSvg Controls whether Shape nodes are converted to SVG images...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Compatibility | Aspose.Words for Java

    Specifies names of compatibility options in Java....or Last Character SHAPE_LAYOUT_LIKE_WW_8 Shape Layout Like Word...Character SHAPE_LAYOUT_LIKE_WW_8 public static int SHAPE_LAYOUT_LIKE_WW_8...

    reference.aspose.com/words/java/com.aspose.word...
  9. Aspose::Words::Saving namespace | Aspose.Words ...

    Aspose::Words::Saving namespace. The Aspose.Words.Saving namespace provides classes and enumerations that allow to specify additional options for saving or converting documents in C++....rendering document pages or shapes to images. To learn more, visit...Dml3DEffectsRenderin Specifies how 3D shape effects are rendered. DmlEffectsRenderingM...

    reference.aspose.com/words/cpp/aspose.words.sav...
  10. Make A Document In C#

    Create a file using .NET library. Easily create a new document in C# in a few steps....new DocumentBuilder(doc); Shape shape = builder.InsertChart(ChartType...432 , 252 ); Chart chart = shape.Chart; chart.Title.Text = "Demo...

    products.aspose.com/words/net/make/