Sort Score
Result 10 results
Languages All
Labels All
Results 9,551 - 9,560 of 180,183 for

doc

(0.15 sec)
  1. DocumentVisitor.VisitRun | Aspose.Words for .NET

    Explore the DocumentVisitor VisitRun method for efficient text handling in your applications. Enhance your coding with this essential tool!...DocStructureToText () { Document doc = new Document ( MyDir + "Do...and modify each visited node. doc . Accept ( visitor ); Console...

    reference.aspose.com/words/net/aspose.words/doc...
  2. DocumentVisitor.VisitBodyStart | Aspose.Words f...

    Discover the DocumentVisitor VisitBodyStart method—essential for efficiently enumerating main text stories in your sections. Enhance your coding workflow today!...DocStructureToText () { Document doc = new Document ( MyDir + "Do...and modify each visited node. doc . Accept ( visitor ); Console...

    reference.aspose.com/words/net/aspose.words/doc...
  3. DocumentVisitor.VisitBodyEnd | Aspose.Words for...

    Discover the DocumentVisitor VisitBodyEnd method—efficiently manage text story enumeration and enhance your Document processing capabilities....DocStructureToText () { Document doc = new Document ( MyDir + "Do...and modify each visited node. doc . Accept ( visitor ); Console...

    reference.aspose.com/words/net/aspose.words/doc...
  4. Get PDF File Information in PHP|Aspose.PDF for ...

    Discover how to retrieve detailed information about a PDF file, including metadata and properties, in PHP with Aspose.PDF.... $doc = new Document ( $dataDir . "input1...document information $doc_info = $doc -> getInfo (); # Show document...

    docs.aspose.com/pdf/java/get-pdf-file-informati...
  5. Aspose::Words::Drawing::WrapSide enum | Aspose....

    Aspose::Words::Drawing::WrapSide enum. Specifies what side(s) of the shape or picture the text wraps around in C++.... auto doc = System :: MakeObject < Aspose...Drawing :: Shape >> shapes = doc -> GetChildNodes ( Aspose ::...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. ParagraphFormat.widowControl property | Aspose....

    ParagraphFormat.widowControl property. True if the first and last lines in the paragraph are to remain on the same page as the rest of the paragraph.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // When we write the text...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. OdtSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a Document into the SaveFormat.ODT or SaveFormat.OTT format in Java.... Document doc = new Document(getMyDir() + "Rendering...isStrictSchema11(exportToOdt11Specs); } doc.save(getArtifactsDir() + "OdtSaveOptions...

    reference.aspose.com/words/java/com.aspose.word...
  8. ParagraphFormat.IsHeading | Aspose.Words for .NET

    Discover how the IsHeading property enhances your Document formatting by identifying built-in Heading styles for better organization and clarity.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert headings that can...

    reference.aspose.com/words/net/aspose.words/par...
  9. PdfSaveOptions.imageColorSpaceExportMode proper...

    PdfSaveOptions.imageColorSpaceExportMode property. Specifies how the color space will be selected for the images in PDF Document.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . writeln ( "Jpeg...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. PageExtractOptions class | Aspose.Words for Python

    aspose.words.PageExtractOptions class. Allows to specify options for Document page extracting.... doc = aw . Document ( file_name =...number of pages. extracted_doc1 = doc . extract_pages ( index = 1 ...

    reference.aspose.com/words/python-net/aspose.wo...