Sort Score
Result 10 results
Languages All
Labels All
Results 7,401 - 7,410 of 157,620 for

doc

(0.29 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. Aspose::Words::BuildingBlocks::BuildingBlock::B...

    Aspose::Words::BuildingBlocks::BuildingBlock::BuildingBlock constructor. Initializes a new instance of this class in C++.... auto doc = MakeObject < Document > ();...MakeObject < GlossaryDocument > (); doc -> set_GlossaryDocument ( glossaryDoc...

    reference.aspose.com/words/cpp/aspose.words.bui...
  3. 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...
  4. TextColumnCollection.line_between property | As...

    TextColumnCollection.line_between property. When ``True``, adds a vertical line between columns.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Configure the current section's...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Style.is_quick_style property | Aspose.Words fo...

    Style.is_quick_style property. Specifies whether this style is shown in the Quick Style gallery inside MS Word UI.... doc = aw . Document () self . assertEqual ( 4 , doc . styles...by default. for cur_style in doc . styles : print ( f 'Style name:...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Android API to Render XPS to RTF | products.asp...

    Transform XPS to RTF via Android via Java API...used to convert XPS files to DOC. Aspose.Words for Android Java...can then be used to render the DOC file to RTF. This process allows...

    products.aspose.com/total/android-java/conversi...
  7. Android API to Render CGM to FLATOPC | products...

    Transform CGM to FLATOPC via Android via Java API...used to convert CGM files to DOC format. This API supports a wide...Java API can be used to render DOC to FLATOPC. This API provides...

    products.aspose.com/total/android-java/conversi...
  8. Aspose::Words::PlainTextDocument::get_BuiltInDo...

    Aspose::Words::PlainTextDocument::get_BuiltInDocumentProperties method. Gets BuiltInDocumentProperties of the Document in C++.... auto doc = System :: MakeObject < Aspose...> ( doc ); builder -> Writeln ( u "Hello world!" ); doc -> g...

    reference.aspose.com/words/cpp/aspose.words/pla...
  9. EditableRange Class | Aspose.Words for .NET

    Discover Aspose.Words.EditableRange class, your solution for managing editable text areas effortlessly. Enhance Document editing with ease!... Document doc = new Document (); doc . Protect ( ProtectionType...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Hello...

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