Sort Score
Result 10 results
Languages All
Labels All
Results 3,511 - 3,520 of 32,882 for

insert documents

(0.34 sec)
  1. IBarcodeGenerator.GetOldBarcodeImage | Aspose.W...

    IBarcodeGenerator GetOldBarcodeImage method. Generate barcode image using the set of parameters for oldfashioned Barcode field in C#.... Document doc = new Document (); DocumentBuilder...barcodes, // and then insert them into the document as images. doc ...

    reference.aspose.com/words/net/aspose.words.fie...
  2. 自Aspose.Cells中的Excel XP以来的高级保护设置|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....true ; //Allowing users to insert columns in the worksheet worksheet...true ; //Allowing users to insert hyperlinks in the worksheet...

    docs.aspose.com/cells/zh/net/advanced-protectio...
  3. Aspose::Words::Markup::CustomXmlPartCollection:...

    Aspose::Words::Markup::CustomXmlPartCollection::Clear method. Removes all elements from the collection in C++....how to create a structured document tag with custom XML data.... auto doc = MakeObject < Document > (); // Construct an XML part...

    reference.aspose.com/words/cpp/aspose.words.mar...
  4. Remove Field in Jython|Aspose.Words for Java

    Remove Field using Jython.... words import Document class RemoveField : def __init__...dataDir + 'programming_documents/' doc = Document ( dataDir + "RemoveField...

    docs.aspose.com/words/java/remove-field-in-jython/
  5. Shape.HorizontalRuleFormat | Aspose.Words for .NET

    Shape HorizontalRuleFormat property. Provides access to the properties of the horizontal rule shape. For a shape that is not a horizontal rule returns null in C#....get ; } Examples Shows how to insert a horizontal rule shape, and...its formatting. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.dra...
  6. Aspose::Words::RunCollection Class Reference - ...

    Provides typed access to a collection of Run nodes.... auto doc = MakeObject<Document>(MyDir + u "Revision runs...docx" ); // When we edit the document while the "Track Changes"...

    reference.aspose.com/words/cpp/class/aspose.wor...
  7. Aspose::Words::Saving::BookmarksOutlineLevelCol...

    Aspose::Words::Saving::BookmarksOutlineLevelCollection::Remove method. Removes a bookmark with the specified name from the collection in C++.... auto doc = MakeObject < Document > (); auto builder = MakeObject...DocumentBuilder > ( doc ); // Insert a bookmark with another bookmark...

    reference.aspose.com/words/cpp/aspose.words.sav...
  8. Aspose::Words::Saving::BookmarksOutlineLevelCol...

    Aspose::Words::Saving::BookmarksOutlineLevelCollection::Add method. Adds a bookmark to the collection in C++.... auto doc = MakeObject < Document > (); auto builder = MakeObject...DocumentBuilder > ( doc ); // Insert a bookmark with another bookmark...

    reference.aspose.com/words/cpp/aspose.words.sav...
  9. Page numbers are not getting displayed in the p...

    We are using aspose.word to generate pdf from html string in our project. We have used the ‘page-break-after: always’ css property and because of this page number and footer are not getting displayed on few pages of pdf.…...Document.Save(stream, SaveFormat.Pdf);...private void Logic() { Document doc = new Document($@"{PartialPath}_input...

    forum.aspose.com/t/page-numbers-are-not-getting...
  10. How to Change Properties of Word Document in Py...

    This article guides on how to change properties of Word document in Python. It has IDE settings and programming steps along with the sample code to edit Word metadata in Python....Change Properties of Word Document in Python This article offers...change properties of Word document in Python . It has all the...

    kb.aspose.com/words/python/how-to-change-proper...