Sort Score
Result 10 results
Languages All
Labels All
Results 1,611 - 1,620 of 123,019 for

note

(1.06 sec)
  1. 使用公式函数处理数据|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.... 1) VSTO C# //Note: To help you better, the code...

    docs.aspose.com/cells/zh/net/use-formulas-funct...
  2. Aspose::Words::DocumentBuilder::InsertDocumentI...

    Aspose::Words::DocumentBuilder::InsertDocumentInline method. Inserts a document inline at the cursor position in C++.... Note, if the last node of the source...

    reference.aspose.com/words/cpp/aspose.words/doc...
  3. Aspose::Words::Drawing::Charts::AxisTickLabels:...

    Aspose::Words::Drawing::Charts::AxisTickLabels::get_IsAutoSpacing method. Gets or sets a flag indicating whether to use automatic interval for drawing the tick labels in C++...."Excel" , u "GoogleDocs" , u "Note" }), System :: MakeArray < double...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. Aspose::Words::Drawing::Charts::ChartAxis::get_...

    Aspose::Words::Drawing::Charts::ChartAxis::get_ReverseOrder method. Returns or sets a flag indicating whether values of axis should be displayed in reverse order, i.e. from max to min in C++...."Excel" , u "GoogleDocs" , u "Note" }), System :: MakeArray < double...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. 使用C++的XmlMapCollection.Add方法在工作簿中添加XML映射,配合Java...

    学习如何在工作簿中使用C++的Aspose.Cells for JavaScript的XmlMapCollection.Add方法添加XML映射。...xml into the workbook // Note: converted getter/setter usage...

    docs.aspose.com/cells/zh/javascript-cpp/add-xml...
  6. RevisionOptions.show_in_balloons property | Asp...

    RevisionOptions.show_in_balloons property. Allows to specify whether the revisions are rendered in the balloons... Remarks Note that revisions are not rendered...

    reference.aspose.com/words/python-net/aspose.wo...
  7. PageSetup.odd_and_even_pages_header_footer prop...

    PageSetup.odd_and_even_pages_header_footer property. True if the document has different headers and footers for odd-numbered and even-numbered pages.... Remarks Note, changing this property affects...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::Drawing::Charts::AxisTickLabels:...

    Aspose::Words::Drawing::Charts::AxisTickLabels::get_Font method. Provides access to font formatting of the tick labels in C++...."Excel" , u "GoogleDocs" , u "Note" }), System :: MakeArray < double...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. HTML to PDF, special character error - Free Sup...

    Hello, if we converting the attached files to PDF, the Character “§” is not visible in the attached PDF. Probably an encoding issue because ASCII is used in this case. I’ve tried other encodings as well, with no succes…... Note: the code snippets suggested...like the same issue. Please note, Aspose.Words does not directly...

    forum.aspose.com/t/html-to-pdf-special-characte...
  10. Code olm to pst - Free Support Forum - aspose.com

    bool ConvertOlmToPst(string olmFilePath, string fullPstPath)//last { // Create a new PST PersonalStorage pst = PersonalStorage.Create(fullPstPath, FileFormatVersion.Unicode); var root = pst.RootFolder; FolderI…...FolderInfo notes = pst.CreatePredefinedFold("Notes", StandardIpmFolder...StandardIpmFolder.Notes); ageDict.Add("Notes", notes.ContainerClass);...

    forum.aspose.com/t/code-olm-to-pst/324745