言語

PdfPageTextObject.RenderModeFillStroke フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Graphics.Pdf.Component.PdfPageTextObjectRenderMode enum directly instead of this field.

FillStroke モード: グリフの内部とアウトラインは、それぞれ塗りつぶしの abd ストロークの色を使用してレンダリングされます。

[Android.Runtime.Register("RENDER_MODE_FILL_STROKE", ApiSince=36)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Graphics.Pdf.Component.PdfPageTextObjectRenderMode enum directly instead of this field.", true)]
public const Android.Graphics.Pdf.Component.PdfPageTextObjectRenderMode RenderModeFillStroke = 2;
[<Android.Runtime.Register("RENDER_MODE_FILL_STROKE", ApiSince=36)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Graphics.Pdf.Component.PdfPageTextObjectRenderMode enum directly instead of this field.", true)>]
val mutable RenderModeFillStroke : Android.Graphics.Pdf.Component.PdfPageTextObjectRenderMode

フィールド値

Value = 2
属性

注釈

FillStroke モード: グリフの内部とアウトラインは、それぞれ塗りつぶしの abd ストロークの色を使用してレンダリングされます。

Javaドキュメント。

このページの一部は、Androidオープンソースプロジェクトによって作成および共有された作業に基づく変更でありCreative Commons 2.5属性ライセンスに記載されている条件に従って使用されます。

適用対象