PdfPageTextObjectFont.Italic 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 italic. -or- Set whether the text should be italic or not.
public virtual bool Italic { [Android.Runtime.Register("isItalic", "()Z", "GetIsItalicHandler", ApiSince=36)] get; [Android.Runtime.Register("setItalic", "(Z)V", "GetSetItalic_ZHandler", ApiSince=36)] set; }
[<get: Android.Runtime.Register("isItalic", "()Z", "GetIsItalicHandler", ApiSince=36)>]
[<set: Android.Runtime.Register("setItalic", "(Z)V", "GetSetItalic_ZHandler", ApiSince=36)>]
member this.Italic : bool with get, set
Property Value
true if the text is italic, false otherwise.
- Attributes
Remarks
Property getter documentation:
Determines if the text is italic.
Java documentation for android.graphics.pdf.component.PdfPageTextObjectFont.isItalic().
Property setter documentation:
Set whether the text should be italic or not.
Java documentation for android.graphics.pdf.component.PdfPageTextObjectFont.setItalic(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.