ReadModeInkLockDown.FontSize Propriété
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.
Mise à l’échelle de la taille de police
Représente l’attribut suivant dans le schéma : w :fontSz
[DocumentFormat.OpenXml.SchemaAttr(23, "fontSz")]
public DocumentFormat.OpenXml.StringValue FontSize { get; set; }
public DocumentFormat.OpenXml.StringValue FontSize { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(23, "fontSz")]
public DocumentFormat.OpenXml.StringValue? FontSize { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("w:fontSz")]
public DocumentFormat.OpenXml.StringValue? FontSize { get; set; }
public DocumentFormat.OpenXml.StringValue? FontSize { get; set; }
member this.FontSize : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(23, "fontSz")>]
member this.FontSize : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("w:fontSz")>]
member this.FontSize : DocumentFormat.OpenXml.StringValue with get, set
Public Property FontSize As StringValue
Valeur de propriété
Retourne Int32Value.
- Attributs
Remarques
Les informations suivantes de la norme internationale ECMA ECMA-376 peuvent être utiles lors de l’utilisation de cette classe.
Spécifie le pourcentage auquel le texte d’un document WordprocessingML donné doit être mis à l’échelle avant d’être affiché sur une page virtuelle. La valeur de l’attribut stocke le pourcentage spécifié sous la forme d’un entier dont les unités correspondent au pourcentage auquel le texte doit être mis à l’échelle (par exemple, 200
une échelle de 200 %).
Cet attribut ne doit être utilisé que si l’attribut actualPage
est égal off
à , 0
ou false
.
Prenons l’exemple d’un document WordprocessingML qui doit être affiché à l’aide de pages virtuelles. Cet état est spécifié à l’aide du wordprocessingML suivant dans les paramètres du document :
<w:readModeInkLockDown w:w="692" w:h="986" w:fontSz="95" w:actualPg="0" />
L’attribut fontSz
est égal à 95
spécifier que le texte du document WordprocessingML doit être affiché à 95 % de sa taille normale lorsqu’il est affiché sur une page virtuelle.
Les valeurs possibles pour cet attribut sont définies par le ST_DecimalNumber
type simple.