Sort Score
Result 10 results
Languages All
Labels All
Results 6,491 - 6,500 of 299,954 for

doc

(0.13 sec)
  1. Aspose::Words::Drawing::SignatureLine::get_IsSi...

    Aspose::Words::Drawing::SignatureLine::get_IsSigned method. Indicates that signature line is signed by digital signature in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); auto signatureLineOptions...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. C++ API to Export MD to DOT | products.aspose.com

    Convert MD to DOT within C++ applications....to DOC, while Aspose.Words for C++ is used to export DOC to DOT...Convert MD to DOC by using Save member function Load DOC file by using...

    products.aspose.com/total/cpp/conversion/md-to-...
  3. Node.Range | Aspose.Words for .NET API 参考

    Node 财产. 返回一个 范围表示此节点中包含的文档部分的对象... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // 将文本添加到文档的第一个部分,然后添加另一个部分。...

    reference.aspose.com/words/zh/net/aspose.words/...
  4. StructuredDocumentTag.StyleName | Aspose.Words ...

    StructuredDocumentTag StyleName property. Gets or sets the name of the style applied to the structured Document tag in C#.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Below are two ways to apply...

    reference.aspose.com/words/net/aspose.words.mar...
  5. CsvDataLoadOptions | Aspose.Words for .NET

    CsvDataLoadOptions constructor. Initializes a new instance of this class with default options in C#.... Document doc = new Document ( MyDir + "Reporting...BuildReport ( doc , dataSource , "persons" ); doc . Save ( ArtifactsDir...

    reference.aspose.com/words/net/aspose.words.rep...
  6. FieldOptions.is_bidi_text_supported_on_update p...

    FieldOptions.is_bidi_text_supported_on_update property. Gets or sets the value indicating whether bidirectional text is fully supported during field update or not.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Ensure that any field operation...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Compress JPG In C++

    Compress JPG in C++ without losing quality. Optimize JPG content, reduce file size easily....namespace Aspose::Words; auto doc = MakeObject <Document>(); auto...MakeObject <DocumentBuilder>(doc); auto shape = builder-> InsertImage...

    products.aspose.com/words/cpp/compress/jpg/
  8. StructuredDocumentTag.style property | Aspose.W...

    StructuredDocumentTag.style property. Gets or sets the Style of the structured Document tag.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Below are two ways to apply a...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose::Words::Drawing::Shape::get_FirstParagra...

    Aspose::Words::Drawing::Shape::get_FirstParagraph method. Gets the first paragraph in the shape in C++.... auto doc = MakeObject < Document > ();...textBox = MakeObject < Shape > ( doc , ShapeType :: TextBox ); textBox...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. Font.hidden property | Aspose.Words for Python

    Font.hidden property. True if the font is formatted as hidden text.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # With the Hidden flag set...

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