Sort Score
Result 10 results
Languages All
Labels All
Results 5,671 - 5,680 of 299,988 for

doc

(0.16 sec)
  1. Story.AppendParagraph | Aspose.Words for .NET A...

    Story 方法. 创建一个快捷方式Paragraph带有可选文本的对象并将其附加到此对象的末尾... Document doc = new Document (); // 创建一个标题并在其上附加一个段落。该段中的文字...HeaderFooter ( doc , HeaderFooterType . HeaderPrimary ); doc . FirstSection...

    reference.aspose.com/words/zh/net/aspose.words/...
  2. MailMerge.MailMergeCallback | Aspose.Words for ...

    MailMerge 财产. 允许在邮件合并期间处理特定事件...void Callback () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // 在数据源中插入两个引用两列的邮件合并标签。 builder...

    reference.aspose.com/words/zh/net/aspose.words....
  3. Aspose::Words::Markup::SdtType enum | Aspose.Wo...

    Aspose::Words::Markup::SdtType enum. Specifies the type of a structured Document tag (SDT) node in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Below are two ways to apply...

    reference.aspose.com/words/cpp/aspose.words.mar...
  4. Aspose::Words::Fields::FieldFillIn::get_PromptO...

    Aspose::Words::Fields::FieldFillIn::get_PromptOnceOnMailMerge method. Gets or sets whether the user response should be recieved once per a mail merge operation in C++....void FieldFillIn_ () { auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Insert a FILLIN field....

    reference.aspose.com/words/cpp/aspose.words.fie...
  5. Aspose::Words::Fields::FieldFillIn::get_Default...

    Aspose::Words::Fields::FieldFillIn::get_DefaultResponse method. Gets or sets default user response (initial value contained in the prompt window) in C++....void FieldFillIn_ () { auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Insert a FILLIN field....

    reference.aspose.com/words/cpp/aspose.words.fie...
  6. Table.set_borders method | Aspose.Words for Python

    Table.set_borders method. Sets all table borders to the specified line style, width and color.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Start a table and set a default...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Paragraph Class Reference - Aspo...

    Represents a paragraph of text.... auto doc = MakeObject<Document>(); //...document node with no children. doc->RemoveAllChildren(); // This...

    reference.aspose.com/words/cpp/class/aspose.wor...
  8. C++ API to Export PS to DOT | products.aspose.com

    Convert PS to DOT within C++ applications....to convert PS file format to DOC. This API provides a wide range...Words for C++, you can export DOC to DOT. This API provides a wide...

    products.aspose.com/total/cpp/conversion/ps-to-...
  9. 如何实现占满逻辑 - Free Support Forum - aspose.com

    我有一个需求,就是处理 word,对 word 中有 {ZM} 这个占位符的地方,插入空行,直到占满一整页,类似这个 word: 1.Docx (12.9 KB) 处理后,变成这样: 2.Docx (13.3 KB) 请问有什么比较方便的方法吗... 1: Document doc = new Document("input.docx");...new ReplaceWithLineFeed()); doc.getRange().replace("{ZM}", ""...

    forum.aspose.com/t/topic/294687
  10. DocumentBuilder.insert_hyperlink method | Aspos...

    DocumentBuilder.insert_hyperlink method. Inserts a hyperlink into the Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . write ( 'For more...

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