Sort Score
Result 10 results
Languages All
Labels All
Results 7,211 - 7,220 of 162,156 for

new

(0.09 sec)
  1. StructuredDocumentTag.ContentsFont | Aspose.Wor...

    Discover the StructuredDocumentTag ContentsFont property for seamless text formatting in SDT. Enhance your documents with customizable font options!... Document doc = new Document (); // Create a structured... StructuredDocumentTa tag = new StructuredDocumentTa ( doc ,...

    reference.aspose.com/words/net/aspose.words.mar...
  2. StructuredDocumentTag.RemoveSelfOnly | Aspose.W...

    Discover the StructuredDocumentTag RemoveSelfOnly method to effortlessly eliminate an SDT node while preserving its content in your document. Enhance your editing efficiency!... Document doc = new Document (); // Create a structured... StructuredDocumentTa tag = new StructuredDocumentTa ( doc ,...

    reference.aspose.com/words/net/aspose.words.mar...
  3. SectionCollection class | Aspose.Words for Node.js

    Aspose.Words.SectionCollection class. A collection of [Section](../section/) objects in the document...whether section starts on a new page or on the same page. Programmatically...sections from the collection to a new array of sections. Examples Shows...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. StructuredDocumentTag.endCharacterFont property...

    StructuredDocumentTag.endCharacterFont property. Font formatting that will be applied to the last character of text entered into SDT.... let doc = new aw . Document (); // Create a...contain plain text. let tag = new aw . Markup . StructuredDocumentTa...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. DocumentSplitCriteria enumeration | Aspose.Word...

    aspose.words.saving.DocumentSplitCriteria enumeration. Specifies how the document is split into parts when saving to [SaveFormat.HTML](../../aspose.words/saveformat/#HTML), [SaveFormat.EPUB](../../aspose.words/saveformat/#EPUB) or [SaveFormat.AZW3](../../aspose.words/saveformat/#AZW3) format....specifying start of new section on a new page, or a paragraph...specifying start of new section in a new column. SECTION_BREAK...

    reference.aspose.com/words/python-net/aspose.wo...
  6. StructuredDocumentTag.Appearance | Aspose.Words...

    Discover the StructuredDocumentTag Appearance property to easily customize and enhance the visual style of your structured document tags.... Document doc = new Document (); // Create a structured... StructuredDocumentTa tag = new StructuredDocumentTa ( doc ,...

    reference.aspose.com/words/net/aspose.words.mar...
  7. Aspose::Words::ControlChar::Lf method | Aspose....

    Aspose::Words::ControlChar::Lf method. Line feed character: "\x000a" or "\n". Same as LineFeed in C++...." ); // Add a new line and starts a new paragraph. ASSERT_EQ...paragraph break, which will start a new paragraph. builder -> Write (...

    reference.aspose.com/words/cpp/aspose.words/con...
  8. Aspose::Words::ControlChar::DefaultTextInputCha...

    Aspose::Words::ControlChar::DefaultTextInputChar field. This is the "o" character used as a default value in text input form fields in C++...." ); // Add a new line and starts a new paragraph. ASSERT_EQ...paragraph break, which will start a new paragraph. builder -> Write (...

    reference.aspose.com/words/cpp/aspose.words/con...
  9. 渲染带回退字体的演示文稿|Aspose.Slides 文档

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....IFontFallBackRulesCo rulesList = new FontFallBackRulesCol (); // 创建若干规则...add ( new FontFallBackRule ( 0x400 , 0x4FF , "Times New Roman"...

    docs.aspose.com/slides/zh/androidjava/render-pr...
  10. ImageType | Aspose.Words for Java

    Specifies the type format of an image in a Microsoft Word document in Java.... Document doc = new Document(getMyDir() + "Document...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...