Sort Score
Result 10 results
Languages All
Labels All
Results 6,351 - 6,360 of 299,977 for

doc

(0.15 sec)
  1. Android API to Render PCL to OTT | products.asp...

    Transform PCL to OTT via Android via Java API...need to convert PCL file to DOC using Aspose.PDF for Android...Android Java , you can render DOC to OTT. Convert PCL to OTT on...

    products.aspose.com/total/android-java/conversi...
  2. Convert Document to Other Formats in Jython|Asp...

    Convert Document to Other Formats using Jython in Java.... doc = Document ( dataDir + "document.doc" ) doc . save...the document in HTML format. doc . save ( dataDir + "Aspose_DocToPDF...

    docs.aspose.com/words/java/convert-document-to-...
  3. WatermarkLayout Enum | Aspose.Words for .NET

    Aspose.Words.WatermarkLayout enum. Defines layout of the watermark relative to the watermark center in C#.... Document doc = new Document (); // Add a plain...plain text watermark. doc . Watermark . SetText ( "Aspose Watermark"...

    reference.aspose.com/words/net/aspose.words/wat...
  4. Font.style property | Aspose.Words for Python

    Font.style property. Gets or sets the character style applied to this formatting.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a custom style and...

    reference.aspose.com/words/python-net/aspose.wo...
  5. bookmarkend - Aspose.Words for Java - API Refer...

    Detailed explanation & examples of Aspose.Words for Java classes & methods. Generate, convert, modify, render and print Word Documents using Java.... Document doc = createDocumentWithBo(3); BookmarkCollection...BookmarkCollection bookmarks = doc.getRange().getBookmarks(); p...

    reference.aspose.com/words/java/com.aspose.word...
  6. BookmarkEnd - Aspose.Words for Java - API Refer...

    Detailed explanation & examples of Aspose.Words for Java classes & methods. Generate, convert, modify, render and print Word Documents using Java.... Document doc = createDocumentWithBo(3); BookmarkCollection...BookmarkCollection bookmarks = doc.getRange().getBookmarks(); p...

    reference.aspose.com/words/java/com.aspose.word...
  7. Aspose::Words::Fonts::FontInfoCollection::Conta...

    Aspose::Words::Fonts::FontInfoCollection::Contains method. Determines whether the collection contains a font with the given name in C++.... auto doc = MakeObject < Document > ();...about that font. ASSERT_EQ ( 3 , doc -> get_FontInfos () -> get_Count...

    reference.aspose.com/words/cpp/aspose.words.fon...
  8. Shape.TextPath | Aspose.Words for .NET API 参考

    Shape 财产. 定义文本路径的文本艺术字对象... { Document doc = new Document (); // 插入一个艺术字对象以在...Shape shape = AppendWordArt ( doc , "Hello World! This text is...

    reference.aspose.com/words/zh/net/aspose.words....
  9. TextPath.On | Aspose.Words for .NET API 参考

    TextPath 财产. 定义是否显示文本... { Document doc = new Document (); // 插入一个艺术字对象以在...Shape shape = AppendWordArt ( doc , "Hello World! This text is...

    reference.aspose.com/words/zh/net/aspose.words....
  10. Insert Image in NPOI|Aspose.Words for .NET

    Add an image into a Document easily and fast instead of using NPOI in C#....Words ; Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "test"...

    docs.aspose.com/words/net/insert-image-in-npoi/