Sort Score
Result 10 results
Languages All
Labels All
Results 5,721 - 5,730 of 157,140 for

doc

(0.06 sec)
  1. Bookmark.lastColumn property | Aspose.Words for...

    Bookmark.lastColumn property. Gets the zero-based index of the last column of the table column range associated with the bookmark.... var doc = new aw . Document ( base ....column bookmarks.doc" ); for ( let bookmark of doc . range . bookmarks...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Aspose::Words::Layout::PageLayoutEvent enum | A...

    Aspose::Words::Layout::PageLayoutEvent enum. A code of event raised during page layout model build and rendering. Page layout model is built in two steps. First, "conversion step", this is when page layout pulls Document content and creates object graph. Second, "reflow step", this is when structures are split, merged and arranged into pages. Depending of the operation which triggered build, page layout model may or may not be further rendered into fixed page format. For example, computing number of pages in the Document or updating fields does not require rendering, whereas export to Pdf does in C++....PageLayoutCallback () { auto doc = MakeObject < Document > (); doc -> get_BuiltInDocumentPrope...> ( doc ); builder -> Writeln ( u "Hello world!" ); doc -> get_LayoutOptions...

    reference.aspose.com/words/cpp/aspose.words.lay...
  3. Aspose::Words::Saving::SaveOutputParameters::ge...

    Aspose::Words::Saving::SaveOutputParameters::get_ContentType method. Returns the Content-Type string (Internet Media Type) that identifies the type of the saved Document in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> Writeln ( u "Hello...

    reference.aspose.com/words/cpp/aspose.words.sav...
  4. ArrowWidth Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.ArrowWidth enum to customize arrow end widths for enhanced Document visuals and precision in your projects.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Below are four examples...

    reference.aspose.com/words/net/aspose.words.dra...
  5. Aspose::Words::Drawing::TextBox class | Aspose....

    Aspose::Words::Drawing::TextBox class. Defines attributes that specify how a text is displayed inside a shape. To learn more, visit the Documentation article in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); SharedPtr < Shape > textBoxShape...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. Converter.Convert | Aspose.Words for .NET

    Effortlessly convert your Documents with our Converter's Convert method. Transform input files into desired formats with ease and precision.... string doc = MyDir + "Document.docx" ; Converter...Converter . Convert ( doc , ArtifactsDir + "LowCode.Convert.pdf"...

    reference.aspose.com/words/net/aspose.words.low...
  7. FindReplaceOptions.findWholeWordsOnly property ...

    FindReplaceOptions.findWholeWordsOnly property. True indicates the oldValue must be a standalone word.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . writeln ( "Jackson...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. TaskPane.Width | Aspose.Words for .NET

    Discover the TaskPane Width property to easily customize your task pane's default width, enhancing user experience and functionality.... Document doc = new Document (); // Create...myScriptTaskPane = new TaskPane (); doc . WebExtensionTaskPane . Add...

    reference.aspose.com/words/net/aspose.words.web...
  9. Aspose::Words::Notes::FootnoteOptions::get_Star...

    Aspose::Words::Notes::FootnoteOptions::get_StartNumber method. Specifies the starting number or character for the first automatically numbered footnotes in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Footnotes and endnotes...

    reference.aspose.com/words/cpp/aspose.words.not...
  10. Table class | Aspose.Words for Python

    aspose.words.tables.Table class. Represents a table in a Word Document...Constructors Name Description Table(doc) Initializes a new instance of...build a formatted 2x2 table. doc = aw . Document () builder =...

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