Sort Score
Result 10 results
Languages All
Labels All
Results 1,971 - 1,980 of 157,127 for

doc

(0.05 sec)
  1. SaveOptions.AllowEmbeddingPostScriptFonts | Asp...

    Control font embedding in your Documents with SaveOptions' AllowEmbeddingPostScriptFonts. Easily manage TrueType font options for enhanced Document quality.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Font . Name = "PostScriptFont"...

    reference.aspose.com/words/net/aspose.words.sav...
  2. Cell class | Aspose.Words for Python

    aspose.words.tables.Cell class. Represents a table cell...Constructors Name Description Cell(doc) Initializes a new instance of...Shows how to create a table. doc = aw . Document () table = aw...

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

    aspose.words.tables.Row class. Represents a table row...Constructors Name Description Row(doc) Initializes a new instance of...Shows how to create a table. doc = aw . Document () table = aw...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Paragraph.break_is_style_separator property | A...

    Paragraph.break_is_style_separator property. True if this paragraph break is a Style Separator... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . insert_table_of_contents...

    reference.aspose.com/words/python-net/aspose.wo...
  5. UserInformation.Initials | Aspose.Words for .NET

    Discover how to use the UserInformation Initials property to easily manage and customize user initials for enhanced personalization and user experience.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Create a UserInformation...

    reference.aspose.com/words/net/aspose.words.fie...
  6. UserInformation.Address | Aspose.Words for .NET

    Manage user postal addresses effortlessly with the UserInformation Address property. Streamline data handling for enhanced user experience.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Create a UserInformation...

    reference.aspose.com/words/net/aspose.words.fie...
  7. PageLayoutCallbackArgs.Document | Aspose.Words ...

    Discover the PageLayoutCallbackArgs Document property to efficiently access and manage your Document data. Enhance your workflow today!...PageLayoutCallback () { Document doc = new Document (); doc . BuiltInDocumentPrope...DocumentBuilder ( doc ); builder . Writeln ( "Hello world!" ); doc . LayoutOptions...

    reference.aspose.com/words/net/aspose.words.lay...
  8. Node.ParentNode | Aspose.Words for .NET

    Discover the Node ParentNode property to easily access the immediate parent of any node, enhancing your web development efficiency and code clarity....Document doc = new Document (); Paragraph para = doc . FirstSection...paragraph. Run run = new Run ( doc , "Hello world!" ); para . AppendChild...

    reference.aspose.com/words/net/aspose.words/nod...
  9. 在 Java 中製作文檔

    使用 Java 庫創建文件。只需幾個步驟即可在 Java 中輕鬆創建新文檔。...API,Java 開發人員只需幾行代碼即可輕鬆製作 PDF、DOC、DOCX、HTML、EPUB 和許多其他格式的文檔。 DOCX...Java 庫允許您以任何受支持的格式(PDF、DOCX、DOC、RTF、ODT、EPUB、HTML 等)以編程方式創建文檔。...

    products.aspose.com/words/zh-hant/java/make/
  10. ListLevel.customNumberStyleFormat property | As...

    ListLevel.customNumberStyleFormat property. Gets or sets the custom number style format for this list level... let doc = new aw . Document ( base ....zero.docx" ); let listLevel = doc . firstSection . body . paragraphs...

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