Sort Score
Result 10 results
Languages All
Labels All
Results 2,531 - 2,540 of 180,183 for

doc

(0.37 sec)
  1. Aspose::Words::Font::get_SmallCaps method | Asp...

    Aspose::Words::Font::get_SmallCaps method. True if the font is formatted as small capital letters in C++.... auto doc = System :: MakeObject < Aspose...Aspose :: Words :: Paragraph > ( doc -> GetChild ( Aspose :: Words...

    reference.aspose.com/words/cpp/aspose.words/fon...
  2. Saving a Document as a Multipage TIFF|Aspose.Wo...

    Convert a Document to a multi-page TIFF using Python. To determine how the Document is displayed on the image you need to specify additional options: resolution, number of pages, image binarization, etc.... Converting DOC to Multi-Page TIFF In Aspose...Aspose.Words, conversion from DOC to TIFF can be performed with one...

    docs.aspose.com/words/python-net/saving-a-docum...
  3. Aspose::Words::Properties::DocumentProperty::To...

    Aspose::Words::Properties::DocumentProperty::ToDateTime method. Returns the property value as DateTime in UTC in C++.... auto doc = System :: MakeObject < Aspose...Aspose :: Words :: Document > (); doc -> get_CustomDocumentProper ()...

    reference.aspose.com/words/cpp/aspose.words.pro...
  4. OoxmlCompliance enumeration | Aspose.Words for ...

    Aspose.Words.Saving.OoxmlCompliance enumeration. Allows to specify which OOXML specification will be used when saving in the DocX format.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Below are two wrapping...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. 档案

    档案...// 创建 Document 类的对象 Document doc = new Document(); // 初始化 Page...Page(doc); // 初始化大纲类对象 Outline outline = new Outline(doc); //...

    blog.aspose.com/zh/note/create-onenote-files-pr...
  6. 搜索

    搜索...OneNote 文檔: // 創建文檔類的對象 Document doc = new Document(); // 初始化頁麵類對象...初始化頁麵類對象 Page page = new Page(doc); // 初始化 Outline 類對象 Outline outline...

    blog.aspose.com/zh-hant/note/create-onenote-fil...
  7. ParagraphAlignment Enum | Aspose.Words for .NET

    Discover Aspose.Words.ParagraphAlignment enum for precise text alignment in your Documents. Enhance readability and formatting with ease!... Document doc = new Document (); // A blank...document node with no children. doc . RemoveAllChildren (); // This...

    reference.aspose.com/words/net/aspose.words/par...
  8. BookmarkEnd | Aspose.Words for Java

    Represents an end of a bookmark in a Word Document in Java.... Document doc = createDocumentWithBo(3); BookmarkCollection...BookmarkCollection bookmarks = doc.getRange().getBookmarks(); p...

    reference.aspose.com/words/java/com.aspose.word...
  9. InlineStory.paragraphs property | Aspose.Words ...

    InlineStory.paragraphs property. Gets a collection of paragraphs that are immediate children of the story.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Add text, and reference...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Comment.set_text method | Aspose.Words for Python

    Comment.set_text method. This is a convenience method that allows to easily set text of the comment.... doc = aw . Document () builder =...DocumentBuilder ( doc = doc ) comment = aw . Comment ( doc = doc , author...

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