Sort Score
Result 10 results
Languages All
Labels All
Results 1,261 - 1,270 of 222,903 for

new

(0.23 sec)
  1. GridConfig|Documentation

    GridConfig element generates a matrix of numbered bubbles that are combined into a single answer.... new GridConfig () { SectionsCount...templateConfig = new TemplateConfig () { Children = new List < BaseConfig...

    docs.aspose.com/omr/net/programmatic-forms/grid...
  2. Boxes appear in generated PDF due to missing fo...

    I’m using Aspose.PDF for .NET to generate PDF files in an AWS Lambda environment. The issue I’m facing is that boxes (□) appear instead of text in the generated PDFs — this seems to happen because the required fonts are…..., Arial, Times New Roman, etc.) without explicitly...inputStream = new MemoryStream(source); Document doc = new Document(inputStream);...

    forum.aspose.com/t/boxes-appear-in-generated-pd...
  3. Manage Superscript and Subscript in Presentatio...

    Master superscript and subscript in Aspose.Slides for Android via Java and elevate your presentations with professional text formatting for maximum impact....existing Paragraphs Create a new paragraph object for holding...of the ITextFrame . Create a new portion object Set Escapement...

    docs.aspose.com/slides/androidjava/superscript-...
  4. Manage Superscript and Subscript in Presentatio...

    Master superscript and subscript in Aspose.Slides for Java and elevate your presentations with professional text formatting for maximum impact....existing Paragraphs Create a new paragraph object for holding...of the ITextFrame . Create a new portion object Set Escapement...

    docs.aspose.com/slides/java/superscript-and-sub...
  5. Font.Subscript | Aspose.Words for .NET

    Discover the Font Subscript property. Easily format text as subscript for enhanced readability and style in your documents. Boost your design today!... Document doc = new Document (); Paragraph para =...above the baseline. Run run = new Run ( doc , "Raised text. " );...

    reference.aspose.com/words/net/aspose.words/fon...
  6. glTF Mesh Features Example|Documentation

    This documentation page demonstrates how to create a glTF file with EXT_mesh_features using Aspose.3D for .NET....we create a mesh var mesh = new Mesh (); // Add control points...mesh . ControlPoints . Add ( new Vector4 ( 0 , 1 , 0 )); // Point...

    docs.aspose.com/3d/net/developer-guide/meta-dat...
  7. Aspose Words Automatically Adjusting Spaces and...

    Hello, We have a file that contains token syntax, and during Word file generation, we insert the token name (e.g., <<LONGDATEM01>>) as per the predefined format. After this, we replace the token name with 25 blank space…...PageSize As New [PaperSize] Using inStream As New MemoryStream(fileData)...doc = New Aspose.Words.Document(inStream) Dim builder As New DocumentBuilder(doc)...

    forum.aspose.com/t/aspose-words-automatically-a...
  8. FolderFontSource | Aspose.Words for .NET

    Discover the FolderFontSource constructor for seamless font management. Enhance your web projects with efficient font sourcing today!...FolderFontSource folderFontSource = new FolderFontSource ( FontsDir ...Document doc = new Document (); doc . FontSettings = new FontSettings...

    reference.aspose.com/words/net/aspose.words.fon...
  9. FieldUserAddress | Aspose.Words for Java

    Implements the USERADDRESS field in Java.... Document doc = new Document(); // Create a UserInformation...UserInformation userInformation = new UserInformation(); userInformation...

    reference.aspose.com/words/java/com.aspose.word...
  10. FieldKeywords | Aspose.Words for Java

    Implements the KEYWORDS field in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...corresponding built-in property with the new value. field.setText("OverridingKeyword");...

    reference.aspose.com/words/java/com.aspose.word...