Sort Score
Result 10 results
Languages All
Labels All
Results 2,701 - 2,710 of 313,804 for

doc

(0.13 sec)
  1. DocumentBuilder.InsertBreak | Aspose.Words for ...

    DocumentBuilder InsertBreak method. Inserts a break of the specified type into the Document in C#.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Specify that we want different...

    reference.aspose.com/words/net/aspose.words/doc...
  2. Aspose::Words::Markup::CustomXmlPartCollection:...

    Aspose::Words::Markup::CustomXmlPartCollection::Add method. Adds an item to the collection in C++.... auto doc = MakeObject < Document > ();...< CustomXmlPart > xmlPart = doc -> get_CustomXmlParts () -> Add...

    reference.aspose.com/words/cpp/aspose.words.mar...
  3. Aspose::Words::Saving::OoxmlSaveOptions Class R...

    Can be used to specify additional options when saving a Document into the Docx, Docm, Dotx, Dotm or FlatOpc format.... auto doc = MakeObject<Document>(); auto...MakeObject<DocumentBuilder>(doc); // If we configure compatibility...

    reference.aspose.com/words/cpp/class/aspose.wor...
  4. PageInfo.GetSizeInPixels | Aspose.Words for .NET

    PageInfo GetSizeInPixels method. Calculates the page size in pixels for a specified zoom factor and resolution in C#.... Document doc = new Document ( MyDir + "Rendering...PrinterSettings (). PaperSources ; doc . FirstSection . PageSetup ....

    reference.aspose.com/words/net/aspose.words.ren...
  5. CustomPart.Data | Aspose.Words for .NET

    CustomPart Data property. Contains the data of this custom part in C#.... Document doc = new Document ( MyDir + "Custom...docx" ); Assert . AreEqual ( 2 , doc . PackageCustomParts . Count...

    reference.aspose.com/words/net/aspose.words.mar...
  6. CustomPart.data property | Aspose.Words for Python

    CustomPart.data property. Contains the data of this custom part.... doc = aw . Document ( MY_DIR + 'Custom...docx' ) self . assertEqual ( 2 , doc . package_custom_parts . count...

    reference.aspose.com/words/python-net/aspose.wo...
  7. CustomPartCollection.Item | Aspose.Words for .NET

    CustomPartCollection Item property. Gets or sets an item at the specified index in C#.... Document doc = new Document ( MyDir + "Custom...docx" ); Assert . AreEqual ( 2 , doc . PackageCustomParts . Count...

    reference.aspose.com/words/net/aspose.words.mar...
  8. CustomPart.is_external property | Aspose.Words ...

    CustomPart.is_external property. False if this custom part is stored inside the OOXML package... doc = aw . Document ( MY_DIR + 'Custom...docx' ) self . assertEqual ( 2 , doc . package_custom_parts . count...

    reference.aspose.com/words/python-net/aspose.wo...
  9. NodeCollection.Add | Aspose.Words for .NET

    NodeCollection Add method. Adds a node to the end of the collection in C#.... Document doc = new Document (); // A blank...AreEqual ( NodeType . Section , doc . GetChild ( NodeType . Any ...

    reference.aspose.com/words/net/aspose.words/nod...
  10. StructuredDocumentTag | Aspose.Words for .NET

    StructuredDocumentTag constructor. Initializes a new instance of the Structured Document tag class in C#....StructuredDocumentTa ( DocumentBase doc , SdtType type , MarkupLevel...) Parameter Type Description doc DocumentBase The owner document...

    reference.aspose.com/words/net/aspose.words.mar...