Sort Score
Result 10 results
Languages All
Labels All
Results 701 - 710 of 48,712 for

section

(0.06 sec)
  1. Section.DeleteHeaderFooterShapes | Aspose.Words...

    Section DeleteHeaderFooterShapes method. Deletes all shapes drawing objects from the headers and footers of this Section in C#....DeleteHeaderFooterSh Contents [ Hide ] Section.DeleteHeaderFooterSh method...headers and footers of this section. public void DeleteHeaderFooterSh...

    reference.aspose.com/words/net/aspose.words/sec...
  2. Creating page margins and sections to insert te...

    I would like to modify the contents of a StructuredDocumentTag to contain page margins that are specific to that sdt and then insert content into that sdt (using the margins of that sdt). I thought the below code would a…...Creating page margins and sections to insert text Aspose.Words...separate section and specify margins for this section. You can...

    forum.aspose.com/t/creating-page-margins-and-se...
  3. MailMerge.restart_lists_at_each_section propert...

    MailMerge.restart_lists_at_each_Section property. Gets or sets a value indicating whether lists are restarted at each Section after executing of a mail merge....restart_lists_at_each_section property MailMerge.restart_lists_at_each_section...restart_lists_at_each_section property Gets or sets a value indicating whether...

    reference.aspose.com/words/python-net/aspose.wo...
  4. PDF3DCrossSectionArray | Aspose.PDF for Python ...

    Class PDF3DCrossSectionArray....Description count Gets the cross section count. Indexer Name Description...add(cross_section) Adds the specified cross section to views array...

    reference.aspose.com/pdf/python-net/aspose.pdf....
  5. CompositeNode.RemoveAllChildren | Aspose.Words ...

    CompositeNode 方法. 移除当前节点的所有子节点... Section section = new Section ( doc ); doc . AppendChild...AppendChild ( section ); // 为该部分设置一些页面设置属性。 section . PageSetup...

    reference.aspose.com/words/zh/net/aspose.words/...
  6. Run.Text | Aspose.Words for .NET API 参考

    Run 财产. 获取或设置运行的文本... Section section = new Section ( doc ); doc . AppendChild...AppendChild ( section ); // 为该部分设置一些页面设置属性。 section . PageSetup...

    reference.aspose.com/words/zh/net/aspose.words/...
  7. Aspose::Cells::PageSetup::SetFooter method | As...

    Aspose::Cells::PageSetup::SetFooter method. Sets a script formatting the footer of an Excel file in C++....PageSetup :: SetFooter ( int32_t section , const U16String & footerScript...Description section int32_t 0: Left Section, 1: Center Section, 2: Right...

    reference.aspose.com/cells/cpp/aspose.cells/pag...
  8. getTargetSection | Aspose.Sildes for Node.js vi...

    getTargetSection getTargetSection() function Gets or sets the Section object that the Section Zoom object links to. R......Gets or sets the section object that the Section Zoom object links...Read/write ISection. Result Section...

    reference.aspose.com/slides/nodejs-java/aspose....
  9. Aspose::Words::SectionCollection::idx_get metho...

    Aspose::Words::SectionCollection::idx_get method. Retrieves a Section at the given index in C++....dx_get method Retrieves a section at the given index. System...SharedPtr < Aspose :: Words :: Section > Aspose :: Words :: SectionCollection...

    reference.aspose.com/words/cpp/aspose.words/sec...
  10. Adding watermark to document is removing header...

    Hi, I’m using Aspose.Words version 19.9.0 in a .Net project. I’m adding a text watermark to all pages of the document, but i noticed that doing so is deleting the content of the header of all pages after page 1. I wou…...Sections) { if (!(node is Section section)) continue;...InsertWatermarkIntoH(watermarkParagraph, section, HeaderFooterType.HeaderPrimary);...

    forum.aspose.com/t/adding-watermark-to-document...