Sort Score
Result 10 results
Languages All
Labels All
Results 7,281 - 7,290 of 157,349 for

doc

(0.1 sec)
  1. Aspose::Words::Layout::LayoutOptions class | As...

    Aspose::Words::Layout::LayoutOptions class. Holds the options that allow controlling the Document layout process. To learn more, visit the Documentation article in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Insert hidden text, then...

    reference.aspose.com/words/cpp/aspose.words.lay...
  2. Edit MARKDOWN In C#

    Edit MARKDOWN in C# code....Words; var doc = new Document( "Input.md" );...builder = new DocumentBuilder(doc); // Insert text at the beginning...

    products.aspose.com/words/net/edit/markdown/
  3. StructuredDocumentTag.Level | Aspose.Words for ...

    Discover the StructuredDocumentTag Level property to efficiently identify its position in the Document tree, enhancing your Document management skills.... Document doc = new Document (); // Create...= new StructuredDocumentTa ( doc , SdtType . PlainText , MarkupLevel...

    reference.aspose.com/words/net/aspose.words.mar...
  4. StructuredDocumentTag.color property | Aspose.W...

    StructuredDocumentTag.color property. Gets or sets the color of the structured Document tag.... let doc = new aw . Document (); // Create...Markup . StructuredDocumentTa ( doc , aw . Markup . SdtType . PlainText...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Aspose::Words::Drawing::ShapeBase::get_Bounds m...

    Aspose::Words::Drawing::ShapeBase::get_Bounds method. Gets or sets the location and size of the containing block of the shape in C++.... auto doc = System :: MakeObject < Aspose...:: Drawing :: GroupShape > ( doc ); ASSERT_EQ ( Aspose :: Words...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. 操作PDF文档|Aspose.PDF for Java

    本文包含有关如何验证PDF文档以符合PDF A标准,如何处理目录,如何设置PDF过期日期,以及如何确定PDF文件生成进度的信息。...Document doc = new Document (); Page tocPage = doc . getPages...FontStyles . Bold ); Page page = doc . getPages (). add (); // 在部分中添加四个标题...

    docs.aspose.com/pdf/zh/java/manipulate-pdf-docu...
  7. RelativeVerticalSize enumeration | Aspose.Words...

    aspose.words.drawing.RelativeVerticalSize enumeration. Specifies relatively to what the height of a shape or a text frame is calculated vertically.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Adding a simple shape with...

    reference.aspose.com/words/python-net/aspose.wo...
  8. DefaultFontSubstitutionRule | Aspose.Words for ...

    Default font substitution rule in Java.... Document doc = new Document(); FontSettings...fontSettings = new FontSettings(); doc.setFontSettings(fontSettings);...

    reference.aspose.com/words/java/com.aspose.word...
  9. FieldToc class | Aspose.Words for Python

    aspose.words.fields.FieldToc class. Implements the TOC field... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # A TOC field can create...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Edit DOCX In Java

    Edit DocX in Java code....*; Document doc = new Document ( "Input.docx"...builder = new DocumentBuilder (doc); // Insert text at the beginning...

    products.aspose.com/words/java/edit/docx/