StringPrototype.fontsize(Object, Object) Metodo
Definizione
Converte l'oggetto specificato in testo racchiuso tra tag di carattere e assegna all'elemento di ancoraggio l'attributo delle dimensioni specificato.Converts the specified object to text enclosed in font tags, and gives the element the specified size attribute.
Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.
public:
static System::String ^ fontsize(System::Object ^ thisob, System::Object ^ fontSize);
[Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.String_fontsize)]
public static string fontsize (object thisob, object fontSize);
[<Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.String_fontsize)>]
static member fontsize : obj * obj -> string
Public Shared Function fontsize (thisob As Object, fontSize As Object) As String
Parametri
- thisob
- Object
Oggetto su cui agisce questo metodo.The object that this method is acting upon.
- fontSize
- Object
Attributo delle dimensioni dell'elemento del tipo di crattere.The size attribute of the font element.
Restituisce
Stringa nel formato "<FONT SIZE=""+
fontSize
+"">"+
thisob
+"</FONT>"
.A string in the form "<FONT SIZE=""+
fontSize
+"">"+
thisob
+"</FONT>"
.
- Attributi