Sort Score
Result 10 results
Languages All
Labels All
Results 6,991 - 7,000 of 157,348 for

doc

(0.07 sec)
  1. XlsxSaveOptions.SectionMode | Aspose.Words for ...

    Discover how the XlsxSaveOptions SectionMode property optimizes section handling for XLSX exports, ensuring seamless Document management and multiple worksheets.... Document doc = new Document ( MyDir + "Big...XlsxSectionMode . MultipleWorksheets ; doc . Save ( ArtifactsDir + "XlsxSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  2. SdtAppearance enumeration | Aspose.Words for No...

    Aspose.Words.Markup.SdtAppearance enumeration. Specifies the appearance of a structured Document tag.... let doc = new aw . Document ( base ....document tags.docx" ); let tag = doc . getChild ( aw . NodeType ....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Append Documents in Python|Aspose.Words for Java

    Append Documents using Python....doc" ) doc2 = Document ( "data/doc2.doc" ) ImportFormatMode...

    docs.aspose.com/words/java/append-documents-in-...
  4. PdfLoadOptions.PageCount | Aspose.Words for .NET

    Control page reading with PdfLoadOptions' PageCount property. Easily set the number of pages to read, ensuring efficient Document handling.... PageCount = 1 ; Document doc = new Document ( MyDir + "Images...NodeCollection shapeCollection = doc . GetChildNodes ( NodeType ....

    reference.aspose.com/words/net/aspose.words.loa...
  5. LoadOptions.ignoreOleData property | Aspose.Wor...

    LoadOptions.ignoreOleData property. Specifies whether to ignore the OLE data.... ignoreOleData = true ; let doc = new aw . Document ( base ....objects.docx" , loadOptions ); doc . save ( base . artifactsDir...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. XlsxSectionMode enumeration | Aspose.Words for ...

    aspose.words.saving.XlsxSectionMode enumeration. Specifies how sections are handled when saving a Document in the XLSX format.... doc = aw . Document ( file_name =...XlsxSectionMode . MULTIPLE_WORKSHEETS doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Load Text File in PHP|Aspose.Words for .NET

    Loading text Document using Aspose.Words for .NET in PHP using COM in C#.... $doc = $comHelper -> Open ( $dataDir...supported format, such as DOCX. $doc -> Save ( $dataDir . "/LoadTxt...

    docs.aspose.com/words/net/load-text-file-in-php/
  8. Aspose::Words::Markup::StructuredDocumentTagRan...

    Aspose::Words::Markup::StructuredDocumentTagRangeStart::StructuredDocumentTagRangeStart constructor. Initializes a new instance of the Structured Document tag range start class in C++....:: Words :: DocumentBase > & doc , Aspose :: Words :: Markup ::...) Parameter Type Description doc const System::SharedPtr<Aspo...

    reference.aspose.com/words/cpp/aspose.words.mar...
  9. FontInfo.Name | Aspose.Words for .NET

    Discover the FontInfo Name property to easily access and utilize font names for enhanced typography in your projects.... Document doc = new Document ( MyDir + "Embedded...FontInfoCollection allFonts = doc . FontInfos ; // Print all the...

    reference.aspose.com/words/net/aspose.words.fon...
  10. SaveOutputParameters | Aspose.Words for Java

    This object is returned to the caller after a Document is saved and contains additional information that has been generated or calculated during the save operation in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.writeln("Hello world...

    reference.aspose.com/words/java/com.aspose.word...