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

doc

(0.06 sec)
  1. Android API to Render EPUB to WORDML | products...

    Transform EPUB to WORDML via Android via Java API...used to convert EPUB files to DOC format. The second API, Aspose...Java, is used to render the DOC file to WORDML. This makes it...

    products.aspose.com/total/android-java/conversi...
  2. ParagraphAlignment enumeration | Aspose.Words f...

    aspose.words.ParagraphAlignment enumeration. Specifies text alignment in a paragraph.... doc = aw . Document () # A blank...document node with no children. doc . remove_all_children () # This...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Convert TEXT To PDF C++

    Convert TEXT to PDF format in C++ code. Save TEXT as PDF using C++....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...Aspose::Words; auto doc = MakeObject <Document>( u"Input.txt" ); doc-> Save...

    products.aspose.com/words/cpp/conversion/text-t...
  4. Convert WORD To XPS C++

    Convert a Word Document to XPS format in C++ code. Save a Word Document as XPS using C++....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...auto doc = MakeObject <Document>( u"Input.docx" ); doc-> Save...

    products.aspose.com/words/cpp/conversion/word-t...
  5. Process Comments in PHP|Aspose.Words for Java

    Process Comments using PHP.... $ doc = new Java ( "com.aspose.words...Document" , $ dataDir . "TestFile.doc" ); //ExStart //ExId:ProcessComments_Main...

    docs.aspose.com/words/java/process-comments-in-...
  6. Node.Range | Aspose.Words for .NET

    Discover the Node Range property, effortlessly access a Range object that defines the Document segment within your node for enhanced content management.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Add text to the first section...

    reference.aspose.com/words/net/aspose.words/nod...
  7. WatermarkLayout enumeration | Aspose.Words for ...

    aspose.words.WatermarkLayout enumeration. Defines layout of the watermark relative to the watermark center.... doc = aw . Document () # Add a plain...plain text watermark. doc . watermark . set_text ( text = 'Aspose...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Watermarker.SetText | Aspose.Words for .NET

    Enhance your Documents with our Watermarker SetText method. Easily add customizable text watermarks for improved branding and professionalism.... string doc = MyDir + "Big document.docx"...watermark" ; Watermarker . SetText ( doc , ArtifactsDir + "LowCode.WatermarkText...

    reference.aspose.com/words/net/aspose.words.low...
  9. ChartLegend | Aspose.Words for Java

    Represents chart legend properties in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); Shape shape = builder.insertChart(ChartType...

    reference.aspose.com/words/java/com.aspose.word...
  10. Aspose::Words::WebExtensions::TaskPane::get_IsL...

    Aspose::Words::WebExtensions::TaskPane::get_IsLocked method. Specifies whether the task pane is locked to the Document in the UI and cannot be closed by the user in C++.... auto doc = System :: MakeObject < Aspose...WebExtensions :: TaskPane > (); doc -> get_WebExtensionTaskPane ()...

    reference.aspose.com/words/cpp/aspose.words.web...