Sort Score
Result 10 results
Languages All
Labels All
Results 5,021 - 5,030 of 95,640 for

object

(0.07 sec)
  1. 使用 C# 向 PDF 添加文本|Aspose.PDF for .NET

    学习如何使用 Aspose.PDF 在 .NET 中向 PDF 文档添加文本,以增强内容和编辑文档。...Red ); // Create TextBuilder object var textBuilder = new Aspose...)) { // Create text builder object for first page of document...

    docs.aspose.com/pdf/zh/net/add-text-to-pdf-file/
  2. Replace text in equations - Free Support Forum ...

    hello, I need to replace certain values in formulas. The problem is that the Replace method does not change the value. Code: int main() { auto doc = System::MakeObject<Document>(u"input.docx"); System::SharedPtr<F…...and modifying the OfficeMath objects. The Replace method should...structured within the OfficeMath object. Here’s a refined approach...

    forum.aspose.com/t/replace-text-in-equations/31...
  3. TabStopCollection class | Aspose.Words for Python

    aspose.words.TabStopCollection class. A collection of [TabStop](../tabstop/) Objects that represent custom tabs for a paragraph or a style...class A collection of TabStop objects that represent custom tabs...visit the Aspose.Words Document Object Model (DOM) documentation article...

    reference.aspose.com/words/python-net/aspose.wo...
  4. 在 PDF C# 中添加文本印章|Aspose.PDF for .NET

    使用 TextStamp 类将文本印章添加到 PDF 文档中,使用 Aspose.PDF for .NET 库。...// Instantiate FormattedText object with sample string var text...AddNewLineText ( "Object" ); // Create TextStamp object using FormattedText...

    docs.aspose.com/pdf/zh/net/text-stamps-in-the-p...
  5. XImage TrySetAlternativeText returns true, but ...

    I am creating a PDF programmatically that includes images that need Alt Text. I am able to add the image to the document, save the document to a memory stream, get the appropriate page and XImage Object, call the TrySet…...appropriate page and XImage object, call the TrySetAlternativeTex...be applied. Verify the Image Object : After calling TrySetAlternativeTex...

    forum.aspose.com/t/ximage-trysetalternativetext...
  6. Extract Images from Presentation Shapes in Pyth...

    Extract images from shapes in PowerPoint and OpenDocument presentations with Aspose.Slides for Python via .NET — quick, code-friendly solution.... The image objects are added through ImageCollection...is a collection of PPImage objects. This article explains how...

    docs.aspose.com/slides/python-net/extracting-im...
  7. RevisionGroupCollection | Aspose.Words for Java

    A collection of RevisionGroup Objects that represent revision groups in the document in Java....Object All Implemented Interfaces:...collection of RevisionGroup objects that represent revision groups...

    reference.aspose.com/words/java/com.aspose.word...
  8. Access Presentation Slides in Java|Aspose.Slide...

    Learn how to access and manage slides in PowerPoint and OpenDocument presentations with Aspose.Slides for Java. Boost productivity with code examples....collection (collection of ISlide objects). This Java code shows you...Instantiates a Presentation object that represents a presentation...

    docs.aspose.com/slides/java/access-slide-in-pre...
  9. How to Add Page Numbers in Word using C#

    This quick tutorial guides on how to add page numbers in Word using C#. It provides configuration requirements, detailed steps and code to insert page number in Word in C#....file into the Document class object to add page numbers Create...Create the DocumentBuilder class object for the loaded document Move...

    kb.aspose.com/words/net/how-to-add-page-numbers...
  10. Managing Ranges|Documentation

    This article shows how to manage ranges by the Aspose.Cells for Python via .NET API....also be easily created as an object by using Aspose.Cells for Python...more operations on the Range object. Managing Ranges Using Aspose...

    docs.aspose.com/cells/python-net/managing-ranges/