Sort Score
Result 10 results
Languages All
Labels All
Results 1,501 - 1,510 of 180,121 for

doc

(0.73 sec)
  1. CsvDataLoadOptions | Aspose.Words for .NET

    Discover the CsvDataLoadOptions constructor—easily initialize with default settings for efficient data loading and seamless integration.... Document doc = new Document ( MyDir + "Reporting...BuildReport ( doc , dataSource , "persons" ); doc . Save ( ArtifactsDir...

    reference.aspose.com/words/net/aspose.words.rep...
  2. Manipulate PDF Document in Python via .NET|Aspo...

    This article contains information on how to validate PDF Document for PDF A Standard using Python, how to work with TOC, how to set PDF expiry date, and etc....# Load an existing PDF files doc = ap . Document ( input_pdf )...first page of PDF file tocPage = doc . pages . insert ( 1 ) # Create...

    docs.aspose.com/pdf/python-net/manipulate-pdf-d...
  3. SectionLayoutMode enumeration | Aspose.Words fo...

    aspose.words.SectionLayoutMode enumeration. Specifies the layout mode for a section allowing to define the Document grid behavior.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Enable pitching, and then...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Document.original_file_name property | Aspose.W...

    Document.original_file_name property. Gets the original file name of the Document.... doc = aw . Document ( file_name =...( MY_DIR + 'Document.docx' , doc . original_file_name ) self ...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Orientation Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Orientation enum for seamless page orientation control. Enhance your Document formatting with ease and precision!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Modify the page setup properties...

    reference.aspose.com/words/net/aspose.words/ori...
  6. UserInformation.initials property | Aspose.Word...

    UserInformation.initials property. Gets or sets the user's initials.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create a UserInformation...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::PageSetup::ClearFormatting metho...

    Aspose::Words::PageSetup::ClearFormatting method. Resets page setup to default paper size, margins and orientation in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Modify the page setup properties...

    reference.aspose.com/words/cpp/aspose.words/pag...
  8. Փոխարկել DOC Պատկեր Javascript

    Փոխարկեք Doc ը Պատկեր ձևաչափի JavaScript կոդով: Պահեք Doc որպես Պատկեր օգտագործելով JavaScript:...Փոխարկել DOC ը պատկեր ի JavaScript ում Բարձր արագությամբ Node...Node.js գրադարան ՝ DOC - ից պատկերփոխարկելու համար Ծրագրային կերպով...

    products.aspose.com/words/hy/nodejs-net/convers...
  9. PageSetup.textOrientation property | Aspose.Wor...

    PageSetup.textOrientation property. Allows to specify [PageSetup.textOrientation](./) for the whole page...native formats DOCX, WML, RTF and DOC. Examples Shows how to set text...text orientation. let doc = new aw . Document (); let builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Row.Hidden | Aspose.Words for .NET

    Row Hidden property Documentation. Control table row visibility in Word Documents programmatically with boolean hide/show settings.... Document doc = new Document ( MyDir + "Tables..."Tables.docx" ); Row row = doc . FirstSection . Body . Tables [...

    reference.aspose.com/words/net/aspose.words.tab...