Sort Score
Result 10 results
Languages All
Labels All
Results 3,561 - 3,570 of 16,764 for

true type

(0.29 sec)
  1. Aspose::Words::Rendering::NodeRendererBase::Get...

    Aspose::Words::Rendering::NodeRendererBase::GetSizeInPixels method. Calculates the size of the shape in pixels for a specified zoom factor and resolution in C++....scale , float dpi ) Parameter Type Description scale float The...NodeType :: OfficeMath , 0 , true )); auto renderer = System ::...

    reference.aspose.com/words/cpp/aspose.words.ren...
  2. TextBox | Aspose.Words for Java

    Defines attributes that specify how a text is displayed inside a shape in Java....setFitShapeToText(true); textBox.setTextBoxWrapMode(TextBoxWrapMode...set. textBox.setFitShapeToText(true); textBox.setTextBoxWrapMode(TextBoxWrapMode...

    reference.aspose.com/words/java/com.aspose.word...
  3. IResourceLoadingCallback | Aspose.Words for Java

    Implement this interface if you want to control how Aspose.Words loads external resource when importing a document and inserting images using DocumentBuilder in Java....SHAPE, true).getCount()); doc.save(getArtifactsDir()...getChildNodes(NodeType.SHAPE, true).getCount()); doc.save(getArtifactsDir()...

    reference.aspose.com/words/java/com.aspose.word...
  4. 使用JavaScript通过C++复制行和列。|Documentation

    本文介绍如何通过Aspose.Cells for JavaScript通过C++ API复制行和列。...Row Example </ h1 > < input type = "file" id = "fileInput" accept...min.js" ></ script > < script type = "text/javascript" > const...

    docs.aspose.com/cells/zh/javascript-cpp/copying...
  5. Working with Sections in C++|Aspose.Words for C++

    Understanding document section concepts and manipulation practices using C++. Insert section into a document C++. Remove section C++. Copy sections between Documents.... Types of a Section Break Aspose.Words...enumeration to choose a break type that applies only for the first...

    docs.aspose.com/words/cpp/working-with-sections/
  6. DocumentBase.background_shape property | Aspose...

    DocumentBase.background_shape property. Gets or sets the background shape of the document...shape_type property equal to ShapeType...display_background_shape to True . Examples Shows how to set...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Apply Chart Worksheet Formulas in Presentations...

    Apply Excel-style formulas in Aspose.Slides for Android via Java chart worksheets and automate reports across PPT and PPTX files....worksheet is created for all types of charts: line chart, bar chart...method of the IChartDataWorkbook type. Spreadsheet formula can be...

    docs.aspose.com/slides/androidjava/chart-worksh...
  8. Apply Chart Worksheet Formulas in Presentations...

    Apply Excel-style formulas in Aspose.Slides for Java chart worksheets and automate reports across PPT and PPTX files....worksheet is created for all types of charts: line chart, bar chart...method of the IChartDataWorkbook type. Spreadsheet formula can be...

    docs.aspose.com/slides/java/chart-worksheet-for...
  9. Autofit Setting to Tables|Aspose.Words for .NET

    Autofit settings to tables. NPOI does not provide an opportunity to autofit settings to tables using C#....enumeration which defines what type of auto fitting is applied to...GetChild ( NodeType . Table , 0 , true ); // Autofit the first table...

    docs.aspose.com/words/net/autofit-setting-to-ta...
  10. Chart labels are rendered incorrectly when conv...

    Hi Aspose team, I’m trying to convert a range of cells in excel that contains a chart to an EMF image using the following code: //Load the Excel file Workbook workbook = new Workbook(dir + @"\Test_07312025\Chart_templa…...Set OnePagePerSheet option as true ImageOrPrintOptions options...ImageOrPrintOptions() { OnePagePerSheet = true, ImageType = Aspose.Cells.Drawing...

    forum.aspose.com/t/chart-labels-are-rendered-in...