Sort Score
Result 10 results
Languages All
Labels All
Results 1,991 - 2,000 of 299,993 for

doc

(0.14 sec)
  1. Aspose::Words::Document::get_Sections method | ...

    Aspose::Words::Document::get_Sections method. Returns a collection that represents all sections in the Document in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> Writeln ( u "This...

    reference.aspose.com/words/cpp/aspose.words/doc...
  2. Style.automatically_update property | Aspose.Wo...

    Style.automatically_update property. Specifies whether this style is automatically redefined based on the appropriate value.... doc = aw . Document () style = doc . styles . add...builder = aw . DocumentBuilder ( doc ) # Apply one of the styles from...

    reference.aspose.com/words/python-net/aspose.wo...
  3. OoxmlSaveOptions.save_format property | Aspose....

    OoxmlSaveOptions.save_format property. Specifies the format in which the Document will be saved if this save options object is used... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # If we configure compatibility...

    reference.aspose.com/words/python-net/aspose.wo...
  4. WriteProtection.ValidatePassword | Aspose.Words...

    WriteProtection ValidatePassword method. Returns true if the specified password is the same as the writeprotection password the Document was protected with. If Document is not writeprotected with password then returns false in C#.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Hello...

    reference.aspose.com/words/net/aspose.words.set...
  5. Urobiť Markdown Pomocou C++

    Vytvorte nový Markdown v C++ v niekoľkých krokoch. Jednoducho vytvorte Markdown pomocou knižnice C++....formát DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...namespace Aspose::Words; auto doc = MakeObject <Document>(); auto...

    products.aspose.com/words/sk/cpp/make/md/
  6. Կատարեք HTML՝ Օգտագործելով C++

    Ստեղծեք նոր HTML C++ ում մի քանի քայլով: Հեշտությամբ ստեղծեք HTML՝ օգտագործելով C++ գրադարանը:...ձևաչափ DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...namespace Aspose::Words; auto doc = MakeObject <Document>(); auto...

    products.aspose.com/words/hy/cpp/make/html/
  7. Aspose::Words::Fonts::FontInfoCollection Class ...

    Represents a collection of fonts used in a Document.... auto doc = MakeObject<Document>(MyDir...tInfoCollection> allFonts = doc->get_FontInfos(); // Print all...

    reference.aspose.com/words/cpp/class/aspose.wor...
  8. Aspose::Words::Fonts::FontInfoCollection Class ...

    Represents a collection of fonts used in a Document.... auto doc = MakeObject<Document>(MyDir...tInfoCollection> allFonts = doc->get_FontInfos(); // Print all...

    reference.aspose.com/words/cpp/class/aspose.wor...
  9. Aspose word for java将docx文件转为pdf,本来换行的表格内容不换行 -...

    word文件: word.Docx (7.7 KB) 转换后pdf文件: word.pdf (10.8 KB) 代码: Document Document = new Document(file.getInputStream()); Document.save("D:\\word.pdf", SaveFormat.PDF);...Document doc = new Document("C:\\Temp\\in.docx", opt); doc.save("C:\\Temp\\out_ch...Document doc = new Document("C:\\Temp\\in.docx", opt); doc.save("C:\\Temp\\out_ch...

    forum.aspose.com/t/aspose-word-for-java-docx-pd...
  10. Paragraph.ParagraphFormat | Aspose.Words for .NET

    Paragraph ParagraphFormat property. Provides access to the paragraph formatting properties in C#.... Document doc = new Document (); // A blank...document node with no children. doc . RemoveAllChildren (); // This...

    reference.aspose.com/words/net/aspose.words/par...