Sort Score
Result 10 results
Languages All
Labels All
Results 4,591 - 4,600 of 313,758 for

doc

(0.18 sec)
  1. Aspose::Words::Font::get_Position method | Aspo...

    Aspose::Words::Font::get_Position method. Gets or sets the position of text (in points) relative to the base line. A positive number raises the text, and a negative number lowers it in C++.... auto doc = MakeObject < Document > ();...ExplicitCast < Paragraph > ( doc -> GetChild ( NodeType :: Paragraph...

    reference.aspose.com/words/cpp/aspose.words/fon...
  2. FindReplaceOptions.ignore_deleted property | As...

    FindReplaceOptions.ignore_deleted property. Gets or sets a boolean value indicating either to ignore text inside delete revisions... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) builder . writeln ( 'Hello world...

    reference.aspose.com/words/python-net/aspose.wo...
  3. DocumentBuilder.InsertBreak | Aspose.Words for ...

    DocumentBuilder 方法. 将指定类型的中断插入到文档中... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // 指定我们希望第一页、偶数页和奇数页使用不同的页眉和页脚。...

    reference.aspose.com/words/zh/net/aspose.words/...
  4. C++ API to Export TEX to DOT | products.aspose.com

    Convert TEX to DOT within C++ applications....convert the TEX file format to DOC. This API provides a wide range...the ability to convert TEX to DOC. The second step is to use the...

    products.aspose.com/total/cpp/conversion/tex-to...
  5. Paragraph.AppendField | Aspose.Words for .NET

    Paragraph AppendField method. Appends a field to this paragraph in C#....Document doc = new Document (); Paragraph paragraph = doc . FirstSection...AreEqual ( "Placeholder value" , doc . Range . Fields [ 2 ]. Result...

    reference.aspose.com/words/net/aspose.words/par...
  6. PlainTextDocument.built_in_document_properties ...

    PlainTextDocument.built_in_Document_properties property. Gets [PlainTextDocument.built_in_Document_properties](./) of the Document.... doc = aw . Document () builder =...DocumentBuilder ( doc ) builder . writeln ( "Hello world!" ) doc . buil...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Fonts::FontSubstitutionRule::get...

    Aspose::Words::Fonts::FontSubstitutionRule::get_Enabled method. Specifies whether the rule is enabled or not in C++.... auto doc = MakeObject < Document > (); doc -> set_FontSettings...font source. ASSERT_EQ ( 1 , doc -> get_FontSettings () -> GetFontsSources...

    reference.aspose.com/words/cpp/aspose.words.fon...
  8. 使用 Java 制作 Markdown

    通过几个步骤在 Java 中创建一个新的 Markdown。使用 Java 库轻松创建 Markdown。...例子 输出格式 DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...com.aspose.words.*; Document doc = new Document(); Comment comment...

    products.aspose.com/words/zh/java/make/md/
  9. 使用 Java 制作 DOCX

    通过几个步骤在 Java 中创建一个新的 DocX。使用 Java 库轻松创建 DocX。...例子 输出格式 DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...com.aspose.words.*; Document doc = new Document(); Comment comment...

    products.aspose.com/words/zh/java/make/docx/
  10. Aspose::Words::Layout::PageLayoutCallbackArgs C...

    An argument passed into Notify()...PageLayoutCallback() { auto doc = MakeObject<Document>(); doc->get_BuiltInD...ilder>(doc); builder->Writeln(u "Hello world!" ); doc->get_L...

    reference.aspose.com/words/cpp/class/aspose.wor...