Sort Score
Result 10 results
Languages All
Labels All
Results 8,471 - 8,480 of 165,491 for

doc

(0.27 sec)
  1. 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...
  2. 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-...
  3. 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...
  4. 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...
  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. PclSaveOptions.SaveFormat | Aspose.Words for .NET

    Discover the PclSaveOptions SaveFormat property to easily save Documents in PCL format, ensuring compatibility and high-quality output for your projects.... Document doc = new Document ( MyDir + "Rendering...RasterizeTransformed = true }; doc . Save ( ArtifactsDir + "PclSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  7. Paragraph.isFormatRevision property | Aspose.Wo...

    Paragraph.isFormatRevision property. Returns true if formatting of the object was changed in Microsoft Word while change tracking was enabled.... let doc = new aw . Document ( base ....-> "Track changes". expect ( doc . firstSection . body . firstParagraph...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. C# API to Export CGM to MARKDOWN | products.asp...

    Convert CGM to MARKDOWN without using Microsoft Word...used to convert CGM files to DOC format. Once the conversion is...NET can be used to render the DOC file to MARKDOWN. Aspose.Total...

    products.aspose.com/total/net/conversion/cgm-to...
  9. XlsxSaveOptions.DateTimeParsingMode | Aspose.Wo...

    Discover XlsxSaveOptions' DateTimeParsingMode property to customize how your Document parses dates and times, ensuring accurate data interpretation.... Document doc = new Document ( MyDir + "Xlsx...XlsxDateTimeParsingM . Auto ; doc . Save ( ArtifactsDir + "XlsxSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  10. 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/