PdfPageTextObject(String, PdfPageTextObjectFont, Single) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Constructeur pour pdfPageTextObject.
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Landroid/graphics/pdf/component/PdfPageTextObjectFont;F)V", "", ApiSince=36)]
public PdfPageTextObject(string text, Android.Graphics.Pdf.Component.PdfPageTextObjectFont font, float fontSize);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Landroid/graphics/pdf/component/PdfPageTextObjectFont;F)V", "", ApiSince=36)>]
new Android.Graphics.Pdf.Component.PdfPageTextObject : string * Android.Graphics.Pdf.Component.PdfPageTextObjectFont * single -> Android.Graphics.Pdf.Component.PdfPageTextObject
Paramètres
- text
- String
Police du texte.
- fontSize
- Single
Taille de police du texte.
- Attributs
Remarques
Constructeur pour pdfPageTextObject. Définit le type d’objet sur TEXT et initialise la couleur de texte en noir.
Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.