Sort Score
Result 10 results
Languages All
Labels All
Results 2,441 - 2,450 of 12,177 for

section

(0.11 sec)
  1. Range.UpdateFields | Aspose.Words for .NET

    Enhance your documents effortlessly with the Range UpdateFields method, updating field values quickly and efficiently for improved accuracy....in the range of the first section. doc . FirstSection . Range...

    reference.aspose.com/words/net/aspose.words/ran...
  2. How to Prevent Users from Printing Excel File w...

    Learn how to prevent users from printing Excel files using Aspose.Cells for Node.js via C++....Code” button in the “Controls” section. Alternatively, you can hold...

    docs.aspose.com/cells/nodejs-cpp/how-to-prevent...
  3. StructuredDocumentTag.Clear | Aspose.Words for ...

    Effortlessly clear contents of your structured document tag with the Clear method, and show a defined placeholder for enhanced document management.... AppendChild ( new Section ( glossaryDoc )); substituteBlock...

    reference.aspose.com/words/net/aspose.words.mar...
  4. VisitorAction Enum | Aspose.Words for .NET

    Explore Aspose.Words.VisitorAction enum to effortlessly manage node enumeration, enhancing your document processing efficiency and control....= new DocTextExtractor (); Section fisrtSection = doc . FirstSection...

    reference.aspose.com/words/net/aspose.words/vis...
  5. PageSetup.gutter property | Aspose.Words for No...

    PageSetup.gutter property. Gets or sets the amount of extra space added to the margin for document binding.... sections . at ( 0 ). pageSetup ; //...); } // Configure the first section's "PageSetup" property to print...

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

    Adjust PageSetup Gutter settings to optimize document margins for binding. Enhance your layout with perfect margins for professional results....); } // Configure the first section's "PageSetup" property to print...PageSetup pageSetup = doc . Sections [ 0 ]. PageSetup ; pageSetup...

    reference.aspose.com/words/net/aspose.words/pag...
  7. IStructuredDocumentTag.placeholder_name propert...

    IStructuredDocumentTag.placeholder_name property. Gets or sets Name of the [BuildingBlock](../../../aspose.words.buildingblocks/buildingblock/) containing placeholder text.... Section ( glossary_doc )) substitute_block...substitute_block . first_section . append_child ( aw . Body ( glossary_doc...

    reference.aspose.com/words/python-net/aspose.wo...
  8. StructuredDocumentTag.placeholder_name property...

    StructuredDocumentTag.placeholder_name property. Gets or sets Name of the [BuildingBlock](../../../aspose.words.buildingblocks/buildingblock/) containing placeholder text.... Section ( glossary_doc )) substitute_block...substitute_block . first_section . append_child ( aw . Body ( glossary_doc...

    reference.aspose.com/words/python-net/aspose.wo...
  9. 在 C# 中操作 PDF 文档|Aspose.PDF for .NET

    本文包含有关如何验证 PDF 文档是否符合 PDF A 标准、如何处理目录、如何设置 PDF 到期日期等信息。...Title = title ; // Add the TOC section to the document tocPage . TocInfo...FontStyles . Bold ; // Create a section in the Pdf document var page...

    docs.aspose.com/pdf/zh/net/manipulate-pdf-docum...
  10. Some styles were not copied correctly, like fon...

    Use the following code, I’m not able to copy all the styles correctly, the copied document contains wrong font size: and here the source code which copy the styles: import com.aspose.words.*; import lombok.extern.sl…...trim()); // Iterate through sections and verify there are no paragraphs...content SectionCollection sections = documentWithTemplate.getSections();...

    forum.aspose.com/t/some-styles-were-not-copied-...