Sort Score
Result 10 results
Languages All
Labels All
Results 6,001 - 6,010 of 400,546 for

document

(0.34 sec)
  1. SoftEdgeFormat.Remove | Aspose.Words for .NET

    Effortlessly remove SoftEdgeFormat from your parent object with the SoftEdgeFormat Remove method. Streamline your design for optimal results!... Document doc = new Document ( MyDir + "Rendering.... Radius = 30 ; builder . Document . Save ( ArtifactsDir + "Shape...

    reference.aspose.com/words/net/aspose.words.dra...
  2. Work with Bookmarks|Aspose.Words for .NET

    Add a bookmark into a Document. NPOI does not provide an opportunity to work with bookmarks using C#....in NPOI when handling Word documents. See more details in the Working...both methods. Bookmarks in a document can overlap and span any range...

    docs.aspose.com/words/net/working-with-bookmark...
  3. FieldGlossary Class | Aspose.Words for .NET

    Explore the Aspose.Words.Fields.FieldGlossary class for seamless GLOSSARY field implementation. Enhance your Document processing with powerful features!...the Working with Fields documentation article. public class FieldGlossary...modifications made to the document. IsLocked { get; set; } Gets...

    reference.aspose.com/words/net/aspose.words.fie...
  4. TableCollection Class | Aspose.Words for .NET

    Discover the Aspose.Words.Tables.TableCollection class for easy, typed access to Table nodes, enhancing Document processing efficiency and flexibility....the Working with Tables documentation article. public class TableCollection...this collection and from the document. Contains ( Node ) Determines...

    reference.aspose.com/words/net/aspose.words.tab...
  5. RevisionGroup Class | Aspose.Words for .NET

    Discover the Aspose.Words.RevisionGroup class, designed to efficiently manage and organize sequential Revision objects for streamlined Document editing....Track Changes in a Document documentation article. public class...revisions in a document. Document doc = new Document ( MyDir + "Revisions...

    reference.aspose.com/words/net/aspose.words/rev...
  6. 使用 C# 旋转 PDF 页面|Aspose.PDF for .NET

    本主题描述了如何使用 C# 程序化地旋转现有 PDF 文件中的页面方向。... () { // The path to the documents directory var dataDir = RunExamples...(); // Open PDF document using ( var document = new Aspose . Pdf...

    docs.aspose.com/pdf/zh/net/rotate-pages/
  7. DigitalSignatureDetails | Aspose.Words for .NET

    Discover the DigitalSignatureDetails constructor to easily initialize digital signature instances, enhancing your application's security and efficiency....signing a document. Examples Shows how to sign OOXML document. Document...Document doc = new Document ( MyDir + "Document.docx" ); CertificateHolder...

    reference.aspose.com/words/net/aspose.words.sav...
  8. How to Insert Header and Footer in DOCX using C++

    In this example, we will explore how to insert Header and Footer in DOCX using C++. In order to use C++ to add Header and Footer information in Word Document, very simple API interface is used....on top and bottom of Word document pages respectively. They hold...Footer information in Word Document, very simple API interface...

    kb.aspose.com/words/cpp/how-to-insert-header-an...
  9. 创建 PDF 文档|Aspose.PDF for C++

    本文描述了如何使用 Aspose.PDF for C++ 创建和格式化 PDF 文档。... 创建一个 Document 类的对象 向 Document 对象的 ‘Pages’ 集合中添加一个..."HelloWorld_out.pdf" ); auto document = MakeObject < Document > (); auto page...

    docs.aspose.com/pdf/zh/cpp/create-pdf-document/
  10. Aspose::Words::RunCollection::idx_get method | ...

    Aspose::Words::RunCollection::idx_get method. Retrieves a Run at the given index in C++....MakeObject < Aspose :: Words :: Document > ( get_MyDir () + u "Revision...docx" ); // When we edit the document while the "Track Changes"...

    reference.aspose.com/words/cpp/aspose.words/run...