Sort Score
Result 10 results
Languages All
Labels All
Results 7,691 - 7,700 of 40,013 for

document properties

(0.52 sec)
  1. Replace Text in PDF|Aspose.PDF for .NET

    Learn more about various ways of replacing and removing text from Aspose.PDF for .NET library....Replace Text in all pages of PDF document You can try to find in replace...replace the text in the document using Aspose.PDF and get the results...

    docs.aspose.com/pdf/net/replace-text-in-pdf/
  2. 用C++管理Shape文本选项|Documentation

    学习如何使用 Aspose.Cells for C++ 编程管理Shape的文本选项。... GetFont (); // Set font properties font . SetSize ( 14 ); font...类,可轻松定制文本的对齐、方向和格式以满足您的具体需求。 AI Document Assistant Close 用C++向工作表添加WordArt水印...

    docs.aspose.com/cells/zh/cpp/managing-shape-tex...
  3. Manage Audio in Presentations Using Python|Aspo...

    Easily add, extract & manage audio frames in PPT, PPTX and ODP with Aspose.Slides for Python via .NET. Explore code examples & boost your presentations today....control an audio’s playback or properties. For example, you can adjust...Aspose.Slides AudioFrame properties: Start drop-down list matches...

    docs.aspose.com/slides/python-net/audio-frame/
  4. Converting a PDF file to EXCEL using Python | A...

    Sample code on Python for PDF to EXCEL conversion. Use example code for batch PDF to EXCEL conversion with Python and .NET...convert programmatically a document from PDF to EXCEL format with...with a modern document-processing Python API. Use just a few...

    products.aspose.com/pdf/python-net/conversion/p...
  5. Field | Aspose.Words for Java

    Represents a Microsoft Word Document field in Java....Represents a Microsoft Word document field. To learn more, visit...the Working with Fields documentation article. Remarks: A field...

    reference.aspose.com/words/java/com.aspose.word...
  6. Convert 3MF to PDF via C# | products.aspose.com

    Sample code for 3MF to PDF C# conversion. Use API example code for batch 3MF files to PDF conversion within VB.NET, Asp.NET or any .NET based application.... powerful and easy to use document manipulation and conversion...PdfSaveOptions Set PDF specific properties for advanced conversion Call...

    products.aspose.com/3d/net/conversion/3mf-to-pdf/
  7. Convert STL to PDF via C# | products.aspose.com

    Sample code for STL to PDF C# conversion. Use API example code for batch STL files to PDF conversion within VB.NET, Asp.NET or any .NET based application.... powerful and easy to use document manipulation and conversion...PdfSaveOptions Set PDF specific properties for advanced conversion Call...

    products.aspose.com/3d/net/conversion/stl-to-pdf/
  8. Extract Text and Images from XLS File Online an...

    Online XLS file parser app. .NET API C# code to extract text in rows and cells from XLS spreadhseets....NET based XLS document parser utility application...for XLS document parsing. Download Parse XLS Document via Online...

    products.aspose.com/total/net/parse/xls/
  9. Convert SVG to PNG in Java – Aspose.HTML for Java

    Convert SVG to PNG using Aspose.HTML for Java. Consider various SVG to PNG conversion scenarios and learn how to customize output using ImageSaveOptions.... By default, the Format property is PNG. Call one of the convertSVG()...three parameters: a source SVG document, an instance of the ImageSaveOptions...

    docs.aspose.com/html/java/convert-svg-to-png/
  10. 如何生成一个竖向的文本框,并且插入的富文本内容需要旋转 -90 度 - Free Suppor...

    我使用words.java 试图在word中生成类似sidebar的功能,插入的竖向形状后插入富文本内容,我想知道怎么才能把富文本中的文字和图片都旋转 -90 ° 并保持内容正确,以下是我的代码 private void insertSidebarIntoHeader(Document Document, HeaderFooter header, String htmlContent) throws Exception { …...insertSidebarIntoHea(Document document, HeaderFooter header,...Shape sidebar = new Shape(document, ShapeType.RECTANGLE); //...

    forum.aspose.com/t/topic/324972