Sort Score
Result 10 results
Languages All
Labels All
Results 3,241 - 3,250 of 14,824 for

section

(0.08 sec)
  1. How to Run Aspose.CAD Docker image in Google Cl...

    Run Aspose.CAD Docker image in Google Cloud....the links in the “See Also” section. Visual Studio 2022. Google...the Configuring a Dockerfile section. Start Docker Desktop. Build...

    docs.aspose.com/cad/net/how-to-run-aspose-cad-d...
  2. How to Run Aspose.CAD Docker image in Google Cl...

    Run Aspose.CAD Docker image in Google Cloud....the links in the “See Also” section. Visual Studio 2022. Google...the Configuring a Dockerfile section. Start Docker Desktop. Build...

    docs.aspose.com/cad/net/showcases/how-to-run-as...
  3. Aspose::Words::Document class | Aspose.Words fo...

    Aspose::Words::Document class. Represents a Word document. To learn more, visit the documentation article in C++....document contains no sections, creates one section with one paragraph...get_FirstSection () Gets the first section in the document. get_FontInfos...

    reference.aspose.com/words/cpp/aspose.words/doc...
  4. Aspose::Words::Markup::StructuredDocumentTagRan...

    Aspose::Words::Markup::StructuredDocumentTagRangeStart class. Represents a start of ranged structured document tag which accepts multi-Sections content. See also StructuredDocumentTagRangeEnd. To learn more, visit the documentation article in C++....document tag which accepts multi-sections content. See also StructuredDocumentTa...get the properties of multi-section structured document tags. auto...

    reference.aspose.com/words/cpp/aspose.words.mar...
  5. How to Format Number to Fraction with C++|Docum...

    This article will introduce how to format numbers to fractions using Aspose.Cells for C++ API....right side, under the Type section, you’ll see a variety of fraction...in the Format Cells Dialog section above. Tips Custom Fractions...

    docs.aspose.com/cells/cpp/how-to-format-number-...
  6. Problem for resetting the numbering of List whi...

    We encountered an issue when resetting the list numbering when merging documents. In order to prevent the merged list from continuing the numbering of the target document, we wrote a new processing method called “ResetNu…...Hashtable(); foreach (Section s in subDoc.Sections) { var children...

    forum.aspose.com/t/problem-for-resetting-the-nu...
  7. Story class | Aspose.Words for Node.js

    Aspose.Words.Story class. Base class for elements that contain block-level nodes [Paragraph](../paragraph/) and [Table](../table/)...) asSection() Cast node to Section . (Inherited from Node ) asShape()...a child node of the first section's Body. builder . insertShape...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Add PDF Header and Footer|Aspose.PDF for PHP vi...

    Aspose.PDF for PHP via Java allows you to add headers and footers to your PDF file using TextStamp class....TextStamp in Header/Footer section of the document by using TopMargin...add the text in the header section of the PDF. The following code...

    docs.aspose.com/pdf/php-java/add-headers-and-fo...
  9. Create CSV using Python | products.aspose.com

    Generate Microsoft Excel CSV documents using Python applications without using Microsoft Office....package from the downloads section Create CSV File using Python...

    products.aspose.com/total/python-java/create/csv/
  10. 使用合并文档时想要让字体保持一致但是不生效 - Free Support Forum - as...

    您好 我使用如下的代码进行文档的合并 关于字体的尝试我试了很多但是并不生效 public static Document addDocument(String key,Document mainDoc,Document addDoc,Boolean isPortrait) { try{ FontSettings fontSettings = new FontSettings(); fontSe…...A4); Section currentSection = Builder.getCurrentSection();...< sectCount; ++sectIndex){ Section srcSection = srcDoc.getSections()...

    forum.aspose.com/t/topic/312049