PdfPageTextObjectFont.Bold Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if the text is bold. -or- Sets whether the text should be bold or not.
public virtual bool Bold { [Android.Runtime.Register("isBold", "()Z", "GetIsBoldHandler", ApiSince=36)] get; [Android.Runtime.Register("setBold", "(Z)V", "GetSetBold_ZHandler", ApiSince=36)] set; }
[<get: Android.Runtime.Register("isBold", "()Z", "GetIsBoldHandler", ApiSince=36)>]
[<set: Android.Runtime.Register("setBold", "(Z)V", "GetSetBold_ZHandler", ApiSince=36)>]
member this.Bold : bool with get, set
Property Value
true if the text is bold, false otherwise.
- Attributes
Remarks
Property getter documentation:
Determines if the text is bold.
Java documentation for android.graphics.pdf.component.PdfPageTextObjectFont.isBold().
Property setter documentation:
Sets whether the text should be bold or not.
Java documentation for android.graphics.pdf.component.PdfPageTextObjectFont.setBold(boolean).
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.