Sort Score
Result 10 results
Languages All
Labels All
Results 4,391 - 4,400 of 180,798 for

doc

(0.2 sec)
  1. TextColumnCollection.Count | Aspose.Words for .NET

    Discover the TextColumnCollection Count property to easily access the number of columns in your Document's section for enhanced layout control.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); TextColumnCollection columns...

    reference.aspose.com/words/net/aspose.words/tex...
  2. Stroke.ForeThemeColor | Aspose.Words for .NET

    Manage your stroke's foreground color effortlessly with the Stroke ForeThemeColor property. Customize your designs with vibrant theme colors!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Shape shape = builder . InsertShape...

    reference.aspose.com/words/net/aspose.words.dra...
  3. PageSetup.TextColumns | Aspose.Words for .NET

    Discover the PageSetup TextColumns property, access a versatile collection of text columns to enhance your Document layout and formatting effortlessly.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); TextColumnCollection columns...

    reference.aspose.com/words/net/aspose.words/pag...
  4. DocumentBuilder.underline property | Aspose.Wor...

    DocumentBuilder.underline property. Gets/sets underline type for the current font.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . underline = aw ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. ExportHeadersFootersMode Enum | Aspose.Words fo...

    Discover the Aspose.Words ExportHeadersFootersMode enum for seamless HTML, MHTML, or EPUB header and footer exports. Optimize your Document conversion today!... Document doc = new Document ( MyDir + "Header...collection. Assert . That ( doc . FirstSection . HeadersFooters...

    reference.aspose.com/words/net/aspose.words.sav...
  6. 使用Python通过.NET操作PDF文档|Aspose.PDF for Python via...

    本文包含有关如何使用Python验证PDF A标准的PDF文档,如何处理目录,如何设置PDF到期日期等信息。...pdf as ap # 加载现有的 PDF 文件 doc = ap . Document ( input_pdf )...) # 访问 PDF 文件的第一页 tocPage = doc . pages . insert ( 1 ) # 创建对象以表示目录信息...

    docs.aspose.com/pdf/zh/python-net/manipulate-pd...
  7. IStructuredDocumentTag.isMultiSection property ...

    IStructuredDocumentTag.isMultiSection property. Returns true if this instance is a ranged (multi-section) structured Document tag.... let doc = new aw . Document ( base ....document tag by Id. let sdt = doc . range . structuredDocumentTa...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Android API to Render EPUB to DOCM | products.a...

    Transform EPUB to DocM via Android via Java API...to convert the EPUB file to DOC using Aspose.PDF for Android...formats such as DOC. The second step is to render the DOC file to DOCM...

    products.aspose.com/total/android-java/conversi...
  9. IStructuredDocumentTag.is_multi_section propert...

    IStructuredDocumentTag.is_multi_section property. Returns true if this instance is a ranged (multi-section) structured Document tag.... doc = aw . Document ( file_name =...structured document tag by Id. sdt = doc . range . structured_document_tags...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Release Memory used by Document Instance when S...

    Perhaps I don’t understand how to use SharedPtr and MakeObject, but the Visual Studio resource monitor shows this code using up lots of memory as it runs: #include <Aspose.Words.Cpp/Model/Document/Document.h> using nam…...System::SharedPtr<Document> doc; while ( true ) { doc = System::MakeObject<Document>(..."My Doc In.docx" ) ); doc->Save( System::String( "My Doc Out...

    forum.aspose.com/t/release-memory-used-by-docum...