Sort Score
Result 10 results
Languages All
Labels All
Results 3,541 - 3,550 of 313,804 for

doc

(0.12 sec)
  1. Aspose::Words::Section::get_Body method | Aspos...

    Aspose::Words::Section::get_Body method. Returns the Body child node of the section in C++.... auto doc = MakeObject < Document > ();...document node with no children. doc -> RemoveAllChildren (); // This...

    reference.aspose.com/words/cpp/aspose.words/sec...
  2. Aspose::Words::HeaderFooter::HeaderFooter const...

    Aspose::Words::HeaderFooter::HeaderFooter constructor. Creates a new header or footer of the specified type in C++....:: Words :: DocumentBase > & doc , Aspose :: Words :: HeaderFooterType...) Parameter Type Description doc const System::SharedPtr<Aspo...

    reference.aspose.com/words/cpp/aspose.words/hea...
  3. BookmarkCollection.remove_at method | Aspose.Wo...

    BookmarkCollection.remove_at method. Removes a bookmark at the specified index.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Insert five bookmarks with text...

    reference.aspose.com/words/python-net/aspose.wo...
  4. MailMergeRegionInfo.parent_region property | As...

    MailMergeRegionInfo.parent_region property. Returns parent region info (null for top-level region).... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # "TableStart" and "TableEnd" tags...

    reference.aspose.com/words/python-net/aspose.wo...
  5. MailMerge.region_start_tag property | Aspose.Wo...

    MailMerge.region_start_tag property. Gets or sets a mail merge region start tag.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # "TableStart" and "TableEnd" tags...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Section.PageSetup | Aspose.Words for .NET

    Section PageSetup property. Returns an object that represents page setup and section properties in C#....Document doc = new Document (); PageSetup pageSetup = doc . Sections...border . DistanceFromText = 0 ; doc . Save ( ArtifactsDir + "PageSetup...

    reference.aspose.com/words/net/aspose.words/sec...
  7. ParagraphCollection.ToArray | Aspose.Words for ...

    ParagraphCollection 方法. 将集合中的所有段落复制到新的段落数组中... Document doc = new Document ( MyDir + "Paragraphs...docx" ); Paragraph [] paras = doc . FirstSection . Body . Paragraphs...

    reference.aspose.com/words/zh/net/aspose.words/...
  8. Shape.FirstParagraph | Aspose.Words for .NET AP...

    Shape 财产. 获取形状中的第一段... Document doc = new Document (); // 创建一个浮动文本框。...Shape textBox = new Shape ( doc , ShapeType . TextBox ); textBox...

    reference.aspose.com/words/zh/net/aspose.words....
  9. FieldTitle.Text | Aspose.Words for .NET

    FieldTitle Text property. Gets or sets the text of the title in C#.... Document doc = new Document (); // Set a value...built-in document property. doc . BuiltInDocumentPrope . Title...

    reference.aspose.com/words/net/aspose.words.fie...
  10. Style.paragraph_format property | Aspose.Words ...

    Style.paragraph_format property. Gets the paragraph formatting of the style.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create a custom paragraph...

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