Sort Score
Result 10 results
Languages All
Labels All
Results 1,631 - 1,640 of 40,494 for

one

(0.21 sec)
  1. MapiDistributionList.FromVCF issues - Free Supp...

    Hi, I just tried to compare my code which loads a multi contact vcf and save as a DistList msg versus MapiDistributionList.FromVCF. Using your function, there are contacts that are not saved into the resulting msg: Di…... But 2: For one contact, VCardContact.IdentificationInfo...multiple email addresses for one contact (Admin). Let us know...

    forum.aspose.com/t/mapidistributionlist-fromvcf...
  2. Aspose.words for java 25.6版本 插入带表格的脚注报错 - Free ...

    @Test public void wordToTest2() throws Exception { String htmlContent = "<table border='1'><tr><td>脚注表格</td></tr></table>"; com.aspose.words.Document doc = new com.aspose.words.Document(); …...Ensure the footnote has at least one paragraph footnote.ensureMinimum();...footnote to ensure it has at least one paragraph before adding the table...

    forum.aspose.com/t/aspose-words-for-java-25-6/3...
  3. SectionStart enumeration | Aspose.Words for Python

    aspose.words.SectionStart enumeration. The type of break at the beginning of the section....document contains one section, one body and one paragraph. # Call...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose.Finance for .NET Support|Documentation

    Aspose.Finance provides finance related formats conversions to XBRL, iXBRL(inline XBRL), XSLX, OFX formats. Popular file formats supported include XBRL, iXBRL(inline XBRL), XSLX, OFX, OFX version 1....multiple files, zip them into one. It is safe to attach your documents...files. Please try to report one issue per thread. If you have...

    docs.aspose.com/finance/net/technical-support/
  5. Technical Support|Aspose.Slides Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....multiple files, zip them into one. It is safe to attach your documents...files. Please try to report one issue per thread. If you have...

    docs.aspose.com/slides/jasperreports/technical-...
  6. Assign and Validate Digital Signatures|Document...

    Excel file digital signature and verification. To protect the authenticity of a workbook's content in an Excel file, you can add a digital signature using Java code with Aspose.Cells for Java....workbook file is valid and no one has altered it. You can create...some level of assurance that no one has tampered with its contents...

    docs.aspose.com/cells/java/assign-and-validate-...
  7. ParagraphFormat.WidowControl | Aspose.Words for...

    Discover how the ParagraphFormat WidowControl property ensures your text's first and last lines stay together on the same page for better readability....that does not fit onto one page, one line may spill over onto...

    reference.aspose.com/words/net/aspose.words/par...
  8. Document.HasMacros | Aspose.Words for .NET

    Discover if your document contains VBA project macros with the HasMacros property. Enhance automation and efficiency in your workflows today!...MACROBUTTON field, and reference one of the document's macros by name...macro, // our macro will be the one that the MACROBUTTON field runs...

    reference.aspose.com/words/net/aspose.words/doc...
  9. Aspose::Words::Paragraph::get_BreakIsStyleSepar...

    Aspose::Words::Paragraph::get_BreakIsStyleSeparator method. True if this paragraph break is a Style Separator. A style separator allows One paragraph to consist of parts that have different paragraph styles in C++.... A style separator allows one paragraph to consist of parts...draw multiple TOC entries from one document text line. builder ->...

    reference.aspose.com/words/cpp/aspose.words/par...
  10. Add a page break in excel at end of each page i...

    Hello, I am working on a Project to convert excel files to pdf with Aspose.Cells version 25.6. Currently I am using below code for conversion: final PageSetup pgSetup = curSheet.getPageSetup(); if (pgSetup != null && …...property is set to true, only one PDF page will be exported from...PdfSaveOptions(); // all columns in one page // If OnePagePerSheet is...

    forum.aspose.com/t/add-a-page-break-in-excel-at...