Sort Score
Result 10 results
Languages All
Labels All
Results 2,161 - 2,170 of 180,128 for

doc

(0.13 sec)
  1. BuiltInDocumentProperties.Security | Aspose.Wor...

    Discover the BuiltInDocumentProperties Security feature, defining your Document's security level with precision. Enhance your Document protection today!...This property is available in DOC and OOXML documents only. To...Document doc = new Document (); Assert . That ( doc . BuiltInDocumentPrope...

    reference.aspose.com/words/net/aspose.words.pro...
  2. BuiltInDocumentProperties.security property | A...

    BuiltInDocumentProperties.security property. Specifies the security level of a Document as a numeric value....This property is available in DOC and OOXML documents only. To...document. let doc = new aw . Document (); expect ( doc . builtInDocumentPrope...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. SmartTag.Properties | Aspose.Words for .NET

    Discover SmartTag Properties, a unique collection of innovative smart tag solutions designed to enhance your property management and streamline operations....public void Create () { Document doc = new Document (); // A smart...SmartTag smartTag = new SmartTag ( doc ); // Smart tags are composite...

    reference.aspose.com/words/net/aspose.words.mar...
  4. Convert Word to Excel in C++|Aspose.Words for C++

    Convert PDF to Excel, XML to Excel, DocX to Excel C++. Save a Document in various formats to XLSX using C++....how to save PDF to XLSX: auto doc = MakeObject < Document > ( MyDir...MyDir + u "Pdf Document.pdf" ); doc -> Save ( ArtifactsDir + u "BaseConversions...

    docs.aspose.com/words/cpp/convert-a-document-to...
  5. InlineStory.firstParagraph property | Aspose.Wo...

    InlineStory.firstParagraph property. Gets the first paragraph in the story.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Add text, and reference...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. InlineStory.FirstParagraph | Aspose.Words for .NET

    Discover the InlineStory FirstParagraph property to easily access and enhance the first paragraph of your story for improved engagement.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Write ( "Hello world...

    reference.aspose.com/words/net/aspose.words/inl...
  7. Create Tables in NPOI|Aspose.Words for .NET

    Create a table in a Document easily and fast instead of using NPOI in C#....Words ; Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . ParagraphFormat...

    docs.aspose.com/words/net/create-tables-in-npoi/
  8. Aspose::Words::BookmarkCollection::Clear method...

    Aspose::Words::BookmarkCollection::Clear method. Removes all bookmarks from this collection and from the Document in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Insert five bookmarks with...

    reference.aspose.com/words/cpp/aspose.words/boo...
  9. Aspose::Words::BookmarkCollection::get_Count me...

    Aspose::Words::BookmarkCollection::get_Count method. Returns the number of bookmarks in the collection in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Insert five bookmarks with...

    reference.aspose.com/words/cpp/aspose.words/boo...
  10. 如何将Group Shape添加到Word文档中|Aspose.Words为Java

    使用Java对形状进行分组和取消分组。...Document doc = new Aspose . Words . Document (); doc . EnsureMinimum...GroupShape gs = new GroupShape ( doc ); Aspose . Words . Drawing ...

    docs.aspose.com/words/zh/java/how-to-add-group-...