Sort Score
Result 10 results
Languages All
Labels All
Results 1,721 - 1,730 of 165,418 for

doc

(0.15 sec)
  1. LayoutEnumerator.Current | Aspose.Words for .NET

    Discover the LayoutEnumerator Current property to easily access and modify the current position in your page layout model for enhanced design flexibility.... Document doc = new Document (); LayoutCollector...layoutCollector = new LayoutCollector ( doc ); // Call the "GetNumPagesSpanned"...

    reference.aspose.com/words/net/aspose.words.lay...
  2. Document.save method | Aspose.Words for Python

    aspose.words.Document.save method...will be saved in the binary DOC format. Returns Additional information...document and convert it to .PDF. doc = aw . Document ( file_name =...

    reference.aspose.com/words/python-net/aspose.wo...
  3. PaperSize enumeration | Aspose.Words for Python

    aspose.words.PaperSize enumeration. Specifies paper size.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . page_setup . paper_size...

    reference.aspose.com/words/python-net/aspose.wo...
  4. 使用 Python 製作 Markdown

    通過幾個步驟在 Python 中創建一個新的 Markdown。使用 Python via .NET 庫輕鬆創建 Markdown。...例子 輸出格式 DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...as aw doc = aw.Document() builder = aw.DocumentBuilder(doc) font...

    products.aspose.com/words/zh-hant/python-net/ma...
  5. 使用 Python 製作 PDF

    通過幾個步驟在 Python 中創建一個新的 PDF。使用 Python via .NET 庫輕鬆創建 PDF。...例子 輸出格式 DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...as aw doc = aw.Document() builder = aw.DocumentBuilder(doc) font...

    products.aspose.com/words/zh-hant/python-net/ma...
  6. Body.ensure_minimum method | Aspose.Words for P...

    Body.ensure_minimum method. If the last child is not a paragraph, creates and appends one empty paragraph.... doc = aw . Document () # A blank...document node with no children. doc . remove_all_children () # This...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Document::get_CustomXmlParts met...

    Aspose::Words::Document::get_CustomXmlParts method. Gets or sets the collection of Custom XML Data Storage Parts in C++....Custom XML Parts into OOXML and DOC documents only. This property...tag with custom XML data. auto doc = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words/doc...
  8. PageSetup.clear_formatting method | Aspose.Word...

    PageSetup.clear_formatting method. Resets page setup to default paper size, margins and orientation.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Modify the page setup properties...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Story.lastParagraph property | Aspose.Words for...

    Story.lastParagraph property. Gets the last paragraph in the story.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . writeln ( "Run 1...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Aspose::Words::Layout::LayoutOptions::get_Comme...

    Aspose::Words::Layout::LayoutOptions::get_CommentDisplayMode method. Gets or sets the way comments are rendered. Default value is ShowInBalloons in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> Write ( u "Hello...

    reference.aspose.com/words/cpp/aspose.words.lay...