WebSettings.SetLayoutAlgorithm(WebSettings+LayoutAlgorithm) 方法

定义

设置基础布局算法。

[Android.Runtime.Register("setLayoutAlgorithm", "(Landroid/webkit/WebSettings$LayoutAlgorithm;)V", "GetSetLayoutAlgorithm_Landroid_webkit_WebSettings_LayoutAlgorithm_Handler")]
public abstract void SetLayoutAlgorithm(Android.Webkit.WebSettings.LayoutAlgorithm? l);
[<Android.Runtime.Register("setLayoutAlgorithm", "(Landroid/webkit/WebSettings$LayoutAlgorithm;)V", "GetSetLayoutAlgorithm_Landroid_webkit_WebSettings_LayoutAlgorithm_Handler")>]
abstract member SetLayoutAlgorithm : Android.Webkit.WebSettings.LayoutAlgorithm -> unit

参数

l
WebSettings.LayoutAlgorithm

要使用的布局算法,用作 LayoutAlgorithm

属性

注解

适用于 . 的 android.webkit.WebSettings.setLayoutAlgorithm(android.webkit.LayoutAlgorithm)Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于