Sort Score
Result 10 results
Languages All
Labels All
Results 3,571 - 3,580 of 299,946 for

doc

(0.15 sec)
  1. Aspose::Words::BookmarkCollection::get_Count me...

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

    reference.aspose.com/words/cpp/aspose.words/boo...
  2. Aspose::Words::BookmarkCollection::Clear method...

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

    reference.aspose.com/words/cpp/aspose.words/boo...
  3. Შეკუმშოს TIFF C++

    შეკუმშოს TIFF C++ ში ხარისხის დაკარგვის გარეშე. გააუმჯობესეთ TIFF კონტენტი, შეამცირეთ ფაილის ზომა მარტივად....namespace Aspose::Words; auto doc = MakeObject <Document>(); auto...MakeObject <DocumentBuilder>(doc); auto shape = builder-> InsertImage...

    products.aspose.com/words/ka/cpp/compress/tiff/
  4. Watermark.Remove | Aspose.Words for .NET API 参考

    Watermark 方法. 删除水印... Document doc = new Document (); // 添加纯文本水印。 doc . Watermark... IsSemitrasparent = false ; doc . Watermark . SetText ( "Aspose...

    reference.aspose.com/words/zh/net/aspose.words/...
  5. Font.Size | Aspose.Words for .NET API 参考

    Font 财产. 获取或设置以磅为单位的字体大小...Document doc = new Document (); Run run = new Run ( doc , "Hello...HighlightColor = Color . Yellow ; doc . FirstSection . Body . FirstParagraph...

    reference.aspose.com/words/zh/net/aspose.words/...
  6. Paragraph.parent_story property | Aspose.Words ...

    Paragraph.parent_story property. Retrieves the parent section-level story that can be [Body](../../body/) or [HeaderFooter](../../headerfooter/).... doc = aw . Document () # Create a...HeaderFooter ( doc , aw . HeaderFooterType . HEADER_PRIMARY ) doc . first_section...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Level | Aspose.Note for .NET API Reference

    Gets or sets the level....the Document class Document doc = new Document (); // Initialize...= new Aspose . Note . Page ( doc ) { Level = 1 }; // Initialize...

    reference.aspose.com/note/net/aspose.note/page/...
  8. Aspose::Words::Saving::OoxmlSaveOptions::get_Pa...

    Aspose::Words::Saving::OoxmlSaveOptions::get_Password method. Gets/sets a password to encrypt Document using ECMA376 Standard encryption algorithm in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> Writeln ( u "Hello...

    reference.aspose.com/words/cpp/aspose.words.sav...
  9. FieldInfo.info_type property | Aspose.Words for...

    FieldInfo.info_type property. Gets or sets the type of the Document property to insert.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Set a value for the "Comments"...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Document.Protect | Aspose.Words for .NET

    Document Protect method. Protects the Document from changes without changing the existing password or assigns a random password in C#.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Section...

    reference.aspose.com/words/net/aspose.words/doc...