EasyByte Software

Welcome to EasyByte Software

Home Buy Online Products Downloads Support
Sections
Index
About
Installation
Properties
Methods
ASP and dotNET
Further Information
  

 

 

UseSpanTags Property
 
     

RTF-2-HTML v8 User Guide

 

UseSpanTags Property

This is the property that you set for specifying whether or not output HTML should use Span tags. 

Useful if you require pixel specific font information to be used, as span tags support that, whereas when using Font tags that is not supported in the HTML specification.

 

Description

Specifies whether or not the output HTML should use Span tags. 

     
Syntax

object.UseSpanTags [= x ]

The syntax of the UseSpanTags property has these parts:

 
Part Description
object An RTF-2-HTML v8 control.
x A string expression that specifies the value. You can either specify a "yes" or a "no" value

       
Default "no"
       
Remarks This property only accepts a yes or a no value.

Useful if you require pixel specific font information to be used, as span tags support that, whereas when using Font tags that is not supported in the HTML specification.

If you do not specify this property RTF-2-HTML will default to using "no"

     
Data Type

String

     
Example Sample Visual Basic Code:

Where RTF2HTML1 is an instance of an RTF-2-HTML Control.

RTF2HTML1.UseSpanTags = "yes"

 

 

 

 

Back to Contents Page

 

Click here to set this great site as your home page

Or click here to add it to your Favorites.

  
  
 

Copyright (c) EasyByte Software 2007, info@easybyte.com