Sort Score
Result 10 results
Languages All
Labels All
Results 6,971 - 6,980 of 157,133 for

doc

(0.09 sec)
  1. ComHelper class | Aspose.Words for Node.js

    Aspose.Words.ComHelper class. Provides methods for COM clients to load a Document into Aspose.Words....a local system filename: let doc = comHelper . open ( base . myDir..."Document.docx" ); expect ( doc . getText (). trim ()). toEqual...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. FootnoteOptions.position property | Aspose.Word...

    FootnoteOptions.position property. Specifies the footnotes position.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // A footnote is a way to...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. FileFormatUtil.LoadFormatToExtension | Aspose.W...

    Transform load format values into file extensions effortlessly with FileFormatUtil's LoadFormatToExtension method. Get accurate, lowercase extensions with ease!... Doc , loadFormat ); // Below are...detected file extension. Document doc = new Document ( docStream );...

    reference.aspose.com/words/net/aspose.words/fil...
  4. PageSetup.lines_per_page property | Aspose.Word...

    PageSetup.lines_per_page property. Gets or sets the number of lines per page in the Document grid.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Enable pitching, and then...

    reference.aspose.com/words/python-net/aspose.wo...
  5. PageSetup.LineStartingNumber | Aspose.Words for...

    Discover how to use the PageSetup LineStartingNumber property to easily customize your Document's starting line number for enhanced formatting.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // We can use the section's...

    reference.aspose.com/words/net/aspose.words/pag...
  6. Document.HasMacros | Aspose.Words for .NET

    Discover if your Document contains VBA project macros with the HasMacros property. Enhance automation and efficiency in your workflows today!... Document doc = new Document ( MyDir + "Macro...DocumentBuilder ( doc ); Assert . IsTrue ( doc . HasMacros ); //...

    reference.aspose.com/words/net/aspose.words/doc...
  7. ImageSaveOptions.ImageSize | Aspose.Words for .NET

    Discover the ImageSize property of ImageSaveOptions to easily manage and customize image dimensions in pixels for optimal results.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Page...

    reference.aspose.com/words/net/aspose.words.sav...
  8. ImageSaveOptions.image_size property | Aspose.W...

    ImageSaveOptions.image_size property. Gets or sets the size of a generated image in pixels.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) builder . writeln ( 'Page 1.' )...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose::Words::Saving::ImageSaveOptions::get_Pi...

    Aspose::Words::Saving::ImageSaveOptions::get_PixelFormat method. Gets or sets the pixel format for the generated images in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> get_ParagraphFormat...

    reference.aspose.com/words/cpp/aspose.words.sav...
  10. MergeFormatMode Enum | Aspose.Words for .NET

    Discover Aspose.Words.LowCode.MergeFormatMode enum to optimize Document merging. Enhance formatting control when combining multiple files effortlessly....KeepSourceFormatting ); Document doc = Merger . Merge ( new [] { inputDoc1...MergeFormatMode . MergeFormatting ); doc . Save ( ArtifactsDir + "LowCode...

    reference.aspose.com/words/net/aspose.words.low...