Sort Score
Result 10 results
Languages All
Labels All
Results 801 - 810 of 15,532 for

section

(0.12 sec)
  1. Footer text showing in grey colour in Word docs...

    Hi In Aspose Words for Java, we are using the following code snippet for inserting the footer text for (Section s : doc.getSections()) { s.getPageSetup().setDifferentFirstPageHeaderFooter(false); s.getPageSetup…...inserting the footer text for (Section s : doc.getSections()) { s...setOddAndEvenPagesHe(false); // Move to the section. builder.moveToSection(doc...

    forum.aspose.com/t/footer-text-showing-in-grey-...
  2. Help with Bookmark Replacement Issues in Docume...

    Hello Team, I’m using the following code to replace bookmark content from one document with content from another: public void ReplaceBookmarks(string sourceDocPath, string targetDocPath, string outputDocPath) { Doc…...Section) { Section srcSection = (Section)node; Section importedSection...importedSection = (Section)importer.ImportNode(srcSection, false);...

    forum.aspose.com/t/help-with-bookmark-replaceme...
  3. Aspose::Words::Saving::XlsxSectionMode enum | A...

    Aspose::Words::Saving::XlsxSectionMode enum. Specifies how Sections are handled when saving a document in the XLSX format in C++....XlsxSectionMode enum Specifies how sections are handled when saving a...worksheet is created for each section of a document. SingleWorksheet...

    reference.aspose.com/words/cpp/aspose.words.sav...
  4. When using Aspose.Words to convert HTML to Word...

    Additionally, if I need to customize the starting page number, how should this be specified in the HTML?...to configure the document’s section properties correctly. Additionally...evenFooter properties in the section of your Word document to set...

    forum.aspose.com/t/when-using-aspose-words-to-c...
  5. Replace Fields Python|Aspose.Words for Python v...

    Learn how to replace fields with text in Python. Replace fields with static data using the Python via .NET API....were the last page in the section, which will cause any PAGE...can pass a Body object of a section and only convert the fields...

    docs.aspose.com/words/python-net/replace-fields/
  6. Add Watermark in Java|Aspose.Words for Java

    Add a watermark into a document. Apache POI does not provide an opportunity to add a watermark....headers of each document section. for ( Section sect : doc . getSections...different headers in each section, since we want // the watermark...

    docs.aspose.com/words/java/add-watermark/
  7. Working with Content Control SDT in Java|Aspose...

    Advanced document content management, how to create and manipulate content controls (Structured Document Tags) using Java....Update Content Controls This section explains how to update the...(except repeating sections, repeating section items, groups, check‑boxes...

    docs.aspose.com/words/java/working-with-content...
  8. Aspose::Words::NodeType enum | Aspose.Words for...

    Aspose::Words::NodeType enum. Specifies the type of a Word document node in C++....node can have Section nodes. Section 2 A Section object that corresponds...corresponds to one section in a Word document. A Section node can have...

    reference.aspose.com/words/cpp/aspose.words/nod...
  9. How to add watermark to doc's every page - Free...

    How to add text as watermark in every page?I try it, but some pages don’t have watermark. code: doc = aw.Document(str(file_path)) text_watermark_options = aw.TextWatermarkOptions() text_watermark_options.font_family = …...being linked correctly across sections in the document. Solution...watermark in the headers of each section and ensure that all headers...

    forum.aspose.com/t/how-to-add-watermark-to-docs...
  10. Working with Documents from External Sources|As...

    How to load documents from external sources in C#. Load PDF, DOCX, DOC, RTF, ODT, EPUB, HTML and other files from SharePoint or database for further processing using C#.... This section provides information on how...Words for .NET API Reference section. Convert a Document in C# Related...

    docs.aspose.com/words/net/working-with-document...