Sort Score
Result 10 results
Languages All
Labels All
Results 6,091 - 6,100 of 15,785 for

true type

(0.49 sec)
  1. Convert HTML to DOCX – Aspose.HTML for Python v...

    Convert HTML to DOCX programmatically using Aspose.HTML or online with the HTML Converter. Explore HTML to DOCX conversion scenarios with Python examples....it offers users to write any type of documents. Using methods...HTMLSaveOptions() options.document_type = sav.HTMLSaveOptions.XHTML...

    docs.aspose.com/html/python-net/convert-html-to...
  2. Header alignment issue and need suggestion - Fr...

    Hello, I have below code and using which I am trying to add 3 headers but second and third header alignment is having issue. FYI - I tried by adjusting width but still facing same issue. Please have a look on attachme…...Type) Ascending).ToList() Dim builder...Each doc In _Replacement If doc.Type = CompletionCertificat.Header...

    forum.aspose.com/t/header-alignment-issue-and-n...
  3. Recognition Quality Presets|Documentation

    This article explains how barcode recognition can be optimized in terms of accuracy and speed using different quality options presets and setting various options...and speed for various barcode types. For most barcodes with standard...QualitySettings . AllowIncorrectBarcod = true ; reader . ReadBarCodes ();...

    docs.aspose.com/barcode/javascript-cpp/recognit...
  4. DocumentPropertyCollection.clear method | Aspos...

    DocumentPropertyCollection.clear method. Removes all properties from the collection.... add ( "Authorized" , true ); properties . add ( "Authorized...\"${p.name}\"\n\tType: \"${p.type}\"\n\tValue: \"${p.toString()}\"`);...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Generate Code128|Documentation

    Learn how to generate Code128 barcodes using Aspose.BarCode for Java with examples of size control, styling, and optimization techniques.... setVisible ( true ); gen . getParameters (). getBorder...getCaptionAbove (). setVisible ( true ); gen . getParameters (). getCaptionAbove...

    docs.aspose.com/barcode/java/developer-guide/ba...
  6. AxisTickLabels.font property | Aspose.Words for...

    AxisTickLabels.font property. Provides access to font formatting of the tick labels.... insert_chart ( chart_type = aw . drawing . charts . ChartType...chart . axis_x x_axis . category_type = aw . drawing . charts . AxisCategoryType...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Successful PDF/A-1b conversion creates invalid ...

    Using Aspose.PDF .NET 25.10, I am converting the attached file using following code: using (var document = new Aspose.Pdf.Document(pdfPath)) { var options = new Aspose.Pdf.PdfFormatConversionOptions(Aspose.Pdf.PdfFo…...Mask, IsTransferInfo = true, }; var success = document.Convert(options);...The conversion call returns true because, from Aspose.PDF’s point...

    forum.aspose.com/t/successful-pdf-a-1b-conversi...
  8. ChartAxis.major_tick_mark property | Aspose.Wor...

    ChartAxis.major_tick_mark property. Returns or sets the major tick marks.... insert_chart ( chart_type = aw . drawing . charts . ChartType...chart . axis_x x_axis . category_type = aw . drawing . charts . AxisCategoryType...

    reference.aspose.com/words/python-net/aspose.wo...
  9. ShapeBase.coord_size property | Aspose.Words fo...

    ShapeBase.coord_size property. The width and height of the coordinate space inside the containing block of this shape.... wrap_type ) # Create a 400pt x 400pt group...aw . NodeType . SHAPE , 0 , True ) . as_shape () . stroke . dash_style...

    reference.aspose.com/words/python-net/aspose.wo...
  10. ShapeBase.isInline property | Aspose.Words for ...

    ShapeBase.isInline property. A quick way to determine if this shape is positioned inline with text....); // Below are two wrapping types that shapes may have. // 1 -...shape . isInline ). toEqual ( true ); // 2 - Floating: shape =...

    reference.aspose.com/words/nodejs-net/aspose.wo...