Sort Score
Result 10 results
Languages All
Labels All
Results 2,781 - 2,790 of 16,764 for

true type

(0.08 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. 使用窗口元素|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.... println ( "Type: " + window . getWindowType...setWindowWidth ( 500 ); // set window type window . setWindowType ( WindowTypeValue...

    docs.aspose.com/diagram/zh/java/working-with-wi...
  3. How to create Sunburst chart with Node.js via C...

    Learn how to create a sunburst chart in Aspose.Cells for Node.js via C++, a chart that presents data in a circle. Our guide will help you set up various properties and formatting of your chart, including data labels, legends, colors, and more....contributing pieces, while another type of hierarchical chart, the treemap...shown chart . setShowLegend ( true ); // Set the chart title name...

    docs.aspose.com/cells/nodejs-cpp/creating-sunbu...
  4. Options When Converting to PDF|Aspose.Words for...

    Convert a document to PDF with advanced options using Python. Use PdfSaveOptions to change the result of saving a document to PDF format.... Microsoft Word has more types of forms, for example, calendar...document, set embed_full_fonts to True To subset fonts when saving...

    docs.aspose.com/words/python-net/specify-render...
  5. Auto adjust width for textbox according its tex...

    Below is a sample code i want to create a text field with adjust its width according its text also i have changed its property with code but it is not working can you please help me to resolve this issue Shape currentSh…...AutoSize = true; // Disable wrap text (uncheck...FromArgb(ffontcolor); // Set autofit type to resize shape to fit text...

    forum.aspose.com/t/auto-adjust-width-for-textbo...
  6. InlineStory.storyType property | Aspose.Words f...

    InlineStory.storyType property. Returns the Type of the story....storyType property Returns the type of the story. get storyType...have their respective story types. expect ( footnote . storyType...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Read BarCode from Specific Region of Image in R...

    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....for the barcode barcode_reader_type = Rjb :: import ( 'com.aspose..., 10 , 50 ), barcode_reader_type . Code39Standard ) \ # TRead...

    docs.aspose.com/barcode/java/read-barcode-from-...
  8. OleFormat.OlePackage | Aspose.Words for .NET

    Access OlePackage properties for OLE objects effortlessly. Get seamless integration with OLE Packages and enhance your data handling capabilities.... See OlePackage type for more info. Examples Shows...InsertOleObject ( stream , "Package" , true , null ); shape . OleFormat...

    reference.aspose.com/words/net/aspose.words.dra...
  9. VariableCollection.Remove | Aspose.Words for .NET

    Effortlessly remove document variables using the VariableCollection Remove method. Streamline your data management with this efficient solution....Remove ( string name ) Parameter Type Description name String The...FieldType . FieldDocVariable , true ); field . VariableName = "Home...

    reference.aspose.com/words/net/aspose.words/var...
  10. How to hide Y axis for Waterfall chart in Excel...

    I Need to hide the Y axis tick mark labels in waterfall chart. I have this simple program to create the chart and hide the yaxis. Please suggest the change here. import com.aspose.cells.*; import com.aspose.cells.Char…...5); // Add a Chart of type Line in same worksheet as of...getNSeries().add("$B$1:$C$6", true); // Add Category Data chart...

    forum.aspose.com/t/how-to-hide-y-axis-for-water...