Sort Score
Result 10 results
Languages All
Labels All
Results 3,161 - 3,170 of 15,887 for

true type

(0.49 sec)
  1. Search and Replace Data in a Range with JavaScr...

    This article shows how to search and replace data in a range in Excel using JavaScript via C++ code....Replace Example </ h1 > < input type = "file" id = "fileInput" accept...min.js" ></ script > < script type = "text/javascript" > const...

    docs.aspose.com/cells/javascript-cpp/search-and...
  2. Aspose::Words::Drawing::OleFormat::get_AutoUpda...

    Aspose::Words::Drawing::OleFormat::get_AutoUpdate method. Specifies whether the link to the OLE object is automatically updated or not in Microsoft Word in C++....Words :: NodeType :: Shape , 0 , true )); // The OLE object in the...Aspose::Words::Drawing::OleFormat::Type method Aspose::Words::Drawi...

    reference.aspose.com/words/cpp/aspose.words.dra...
  3. 如何将 Excel 方程导出为其他类型的表达式|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....charset = "UTF-8" /> < script type = "text/javascript" async src...config=TeX-MML-AM_CHTML" ></ script > < script type = "text/x-mathjax-config" >...

    docs.aspose.com/cells/zh/javascript-cpp/export-...
  4. IChartDataPoint | Aspose.Words for Java

    Contains properties of a single data point on the chart in Java....setSmooth(true); // Verify that data points...getSeries().get(0).hasDataLabels(true); ChartDataLabel cdl = chart...

    reference.aspose.com/words/java/com.aspose.word...
  5. BuildingBlock class | Aspose.Words for Node.js

    Aspose.Words.BuildingBlock class. Represents a glossary document entry such as a Building Block, AutoText or an AutoCorrect entry... hasChildNodes Returns true if this node has any child nodes...CompositeNode ) isComposite Returns true if this node can contain other...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Copying Rows and Columns with JavaScript via C+...

    This article shows how to copy rows and columns through the Aspose.Cells for JavaScript via C++ API.... This method copies all types of data including formulas,...Row Example </ h1 > < input type = "file" id = "fileInput" accept...

    docs.aspose.com/cells/javascript-cpp/copying-ro...
  7. Formatting PDF Document using C++|Aspose.PDF fo...

    Create and format the PDF Document with Aspose.PDF for C++. Use the next code snippet to resolve your tasks....document -> set_CenterWindow ( true ); // Predominant reading order;...document -> set_DisplayDocTitle ( true ); // Specify whether to resize...

    docs.aspose.com/pdf/cpp/formatting-pdf-document/
  8. CompositeNode.InsertAfter | Aspose.Words for .NET

    Effortlessly insert nodes with the CompositeNode InsertAfter method, enhancing your data structure management and ensuring efficient node placement....refChild ) where T : Node Parameter Type Description newChild T The Node...GetChildNodes ( NodeType . Shape , true ). OfType < Shape >(). ToArray...

    reference.aspose.com/words/net/aspose.words/com...
  9. Aspose::Words::Comment::get_Author method | Asp...

    Aspose::Words::Comment::get_Author method. Returns or sets the author name for a comment in C++....Words :: NodeType :: Comment , true ); // If a comment has no ancestor...comment as opposed to a reply-type comment. // Print all top-level...

    reference.aspose.com/words/cpp/aspose.words/com...
  10. How to deal with huge attachment like cloud att...

    We have a requirement where need to get the cloud attachment and add as an attachment to MailMessage, below is the sample code, but with this we are running into OOM issue. Is there any way to add huge attachments? Samp…...setPreserveTnefAttac(true); loadOptions.setPreserveEmbeddedM(true); MailMessage...are not able to get the mime type of the attachment, we are using...

    forum.aspose.com/t/how-to-deal-with-huge-attach...