Sort Score
Result 10 results
Languages All
Labels All
Results 4,291 - 4,300 of 140,592 for

page

(0.11 sec)
  1. Aspose::Words::Settings::CompatibilityOptions::...

    Aspose::Words::Settings::CompatibilityOptions::get_GrowAutofit method. Allow Tables to AutoFit Into Page Margins in C++....Allow Tables to AutoFit Into Page Margins. bool Aspose :: Words...

    reference.aspose.com/words/cpp/aspose.words.set...
  2. PageSetup.LineNumberRestartMode | Aspose.Words ...

    Discover the PageSetup LineNumberRestartMode property to control line numbering—choose between restarting at new Pages or continuous numbering for seamless documents....over at the beginning of a new page or section or runs continuously...restart the numbering on each new page from 1 and display the number...

    reference.aspose.com/words/net/aspose.words/pag...
  3. Footnote.FootnoteType | Aspose.Words for .NET

    Discover the FootnoteType property, easily identify footnotes or endnotes in your documents for enhanced clarity and organization....entry will appear on the same page as the text that it references:...appear at the bottom of the page that contains the referenced...

    reference.aspose.com/words/net/aspose.words.not...
  4. HeaderFooter | Aspose.Words for .NET

    Design stunning headers and footers effortlessly with our intuitive constructor. Customize your website's look for a unique, professional touch!...will appear at the top of every page of this section, above the main...appear at the bottom of every page of this section, below the main...

    reference.aspose.com/words/net/aspose.words/hea...
  5. RevisionOptions.RevisionBarsWidth | Aspose.Word...

    Manage your document's revision bars with the RevisionOptions RevisionBarsWidth property. Easily customize width for clear visibility and organization....bar on the left side of the page next to lines affected by revisions...// on the right side of the page. revisionOptions . ShowInBalloons...

    reference.aspose.com/words/net/aspose.words.lay...
  6. 使用 PHP via Java 创建 PDF 表单 | Aspose.PDF

    使用 Aspose.PDF for PHP via Java,使用 PHP 示例代码创建 PDF 表单并以编程方式添加字段。...new Document ( $inputFile ); $page = $document -> getPages () ->...$textBoxField = new TextBoxField ( $page , new Rectangle ( 110 , 300...

    products.aspose.com/pdf/zh-hans/php-java/acrofo...
  7. Several DOC Into Image C++

    Merge multiple DOC into Image in C++ code. Save DOC as Image using C++....( int page = 0 ; page < output-> get_PageCount (); page++) { auto...extractedPage = output-> ExtractPages (page, 1 ); extractedPage-> Save (String::...

    products.aspose.com/words/cpp/merge/doc-to-image/
  8. Aspose.PDF .NET for DNN|Aspose.PDF for .NET

    了解如何使用 DotNetNuke 的 PDF 导入模块... Please refresh the page and try again. Related articles...

    docs.aspose.com/pdf/zh/net/aspose-pdf-net-for-dnn/
  9. Aspose::Words::ConvertUtil::PixelToNewDpi metho...

    Aspose::Words::ConvertUtil::PixelToNewDpi method. Converts pixels from one resolution to another in C++....of {0}) from the top of the page." , myDpi )); // Set a new DPI..."pixels from the top of the page." ); doc -> Save ( ArtifactsDir...

    reference.aspose.com/words/cpp/aspose.words/con...
  10. Several HTML Into JPG C++

    Merge multiple HTML into JPG in C++ code. Save HTML as JPG using C++....( int page = 0 ; page < output-> get_PageCount (); page++) { auto...extractedPage = output-> ExtractPages (page, 1 ); extractedPage-> Save (String::...

    products.aspose.com/words/cpp/merge/html-to-jpg/