Sort Score
Result 10 results
Languages All
Labels All
Results 8,041 - 8,050 of 182,582 for

doc

(0.26 sec)
  1. BuiltInDocumentProperties.version property | As...

    BuiltInDocumentProperties.version property. Represents the version number of the application that created the Document.... doc = aw . Document ( file_name =...'Properties.docx' ) properties = doc . built_in_document_properties...

    reference.aspose.com/words/python-net/aspose.wo...
  2. FieldAdvance.HorizontalPosition | Aspose.Words ...

    Discover the FieldAdvance HorizontalPosition property, easily adjust text positioning for precise layout control in your Documents. Enhance your formatting today!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Write ( "This text...

    reference.aspose.com/words/net/aspose.words.fie...
  3. FieldAdvance.RightOffset | Aspose.Words for .NET

    Discover the FieldAdvance RightOffset property, easily adjust text positioning with precise point control for enhanced Document formatting and clarity.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Write ( "This text...

    reference.aspose.com/words/net/aspose.words.fie...
  4. VbaProject class | Aspose.Words for Python

    aspose.words.vba.VbaProject class. Provides access to VBA project information... doc = aw . Document ( MY_DIR + 'VBA...of VBA modules. vba_project = doc . vba_project if vba_project...

    reference.aspose.com/words/python-net/aspose.wo...
  5. BuiltInDocumentProperties.lastPrinted property ...

    BuiltInDocumentProperties.lastPrinted property. Gets or sets the date when the Document was last printed in UTC.... let doc = new aw . Document ( base ...."Properties.docx" ); let properties = doc . builtInDocumentPrope ; // The...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. ChartMarker class | Aspose.Words for Node.js

    Aspose.Words.Drawing.Charts.ChartMarker class. Represents a chart data marker...'ChartDataPoint' , () => { let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertChart...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. ImageSize.widthPoints property | Aspose.Words f...

    ImageSize.widthPoints property. Gets the width of the image in points... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertImage...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Aspose::Words::Saving::PsSaveOptions::get_SaveF...

    Aspose::Words::Saving::PsSaveOptions::get_SaveFormat method. Specifies the format in which the Document will be saved if this save options object is used. Can only be Ps in C++.... auto doc = System :: MakeObject < Aspose...Aspose :: Words :: Section > ( doc -> get_Sections ())) { s -> get_PageSetup...

    reference.aspose.com/words/cpp/aspose.words.sav...
  9. ImageSize.width_points property | Aspose.Words ...

    ImageSize.width_points property. Gets the width of the image in points... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) shape = builder . insert_image...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 如何使用aspose-words动态分页table - Free Support Forum ...

    Hi Teams, 因为aspose-words是自动分页的,但是现在我需要满足这样的需求。在正文部分的table需要有table header和table footer。也就是每一页的header是一样的,table footer也是一样的,但是这样的话就需要动态计算总页数,然后分页。 请问该怎么实现呢?或者实现这样的Table数据还有其他的方式么? 非常感谢。...throws Exception { Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // 创建表格 Table table = builder...

    forum.aspose.com/t/aspose-words-table/315228