Sort Score
Result 10 results
Languages All
Labels All
Results 8,471 - 8,480 of 17,108 for

docx to doc

(0.38 sec)
  1. ShapeBase.Font | Aspose.Words for .NET

    Discover the ShapeBase Font property for easy font formatting access. Enhance your designs with cusTomizable text styles and unique typography options.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Hello...

    reference.aspose.com/words/net/aspose.words.dra...
  2. Aspose::Words::Drawing::Shape::get_ImageData me...

    Aspose::Words::Drawing::Shape::get_ImageData method. Provides access To the image of the shape. Returns null if the shape cannot have an image in C++.... auto doc = System :: MakeObject < Aspose...> ( get_MyDir () + u "Images.docx" ); // Get the collection of...

    reference.aspose.com/words/cpp/aspose.words.dra...
  3. Font | Aspose.Words for Java

    Contains font attributes font name font size color and so on for an object in Java....Document doc = new Document(); Run run = new Run(doc, "Hello world...setHighlightColor(Color.YELLOW); doc.getFirstSection().getBody().getFirstParagraph()...

    reference.aspose.com/words/java/com.aspose.word...
  4. FootnoteType enumeration | Aspose.Words for Python

    aspose.words.notes.FootnoteType enumeration. Specifies whether this is a footnote or an endnote.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert some text and mark...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose::Words::Document::ExtractPages method | ...

    Aspose::Words::Document::ExtractPages method. Returns the Document object representing specified range of pages in C++.... auto doc = System :: MakeObject < Aspose...entities.docx" ); doc = doc -> ExtractPages ( 0 , 2 ); doc -> Save...

    reference.aspose.com/words/cpp/aspose.words/doc...
  6. Redact PPT Presentation Online or using C++ | p...

    Open and redact PPT Document online via app for free. C++ API code To search and replace PPT text....Redact DOC Files (Microsoft Word Binary Format) Redact DOCX Files...

    products.aspose.com/total/cpp/redact/ppt/
  7. DocumentBuilder.InsertOleObject | Aspose.Words ...

    Effortlessly enhance your Documents with the DocumentBuilder InserToleObject method, allowing seamless embedding of OLE objects from streams.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert a Microsoft Excel...

    reference.aspose.com/words/net/aspose.words/doc...
  8. Font.italicBi property | Aspose.Words for Node.js

    Font.italicBi property. True if the right-To-left text is formatted as italic.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Define a set of font settings...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Font.boldBi property | Aspose.Words for Node.js

    Font.boldBi property. True if the right-To-left text is formatted as bold.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Define a set of font settings...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Aspose::Words::Lists::ListCollection class | As...

    Aspose::Words::Lists::ListCollection class. STores and manages formatting of bulleted and numbered lists used in a Document. To learn more, visit the Documentation article in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); ASSERT_FALSE ( builder ->...

    reference.aspose.com/words/cpp/aspose.words.lis...