ILeadingMarginSpanLeadingMarginSpan2 Interface
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.
An extended version of LeadingMarginSpan
, which allows the
implementor to specify the number of lines of the paragraph to which
this object is attached that the "first line of paragraph" margin width
will be applied to.
[Android.Runtime.Register("android/text/style/LeadingMarginSpan$LeadingMarginSpan2", "", "Android.Text.Style.ILeadingMarginSpanLeadingMarginSpan2Invoker")]
public interface ILeadingMarginSpanLeadingMarginSpan2 : Android.Text.Style.ILeadingMarginSpan, Android.Text.Style.IWrapTogetherSpan, IDisposable, Java.Interop.IJavaPeerable
[<Android.Runtime.Register("android/text/style/LeadingMarginSpan$LeadingMarginSpan2", "", "Android.Text.Style.ILeadingMarginSpanLeadingMarginSpan2Invoker")>]
type ILeadingMarginSpanLeadingMarginSpan2 = interface
interface ILeadingMarginSpan
interface IParagraphStyle
interface IJavaObject
interface IDisposable
interface IJavaPeerable
interface IWrapTogetherSpan
- Attributes
- Implements
Remarks
An extended version of LeadingMarginSpan
, which allows the implementor to specify the number of lines of the paragraph to which this object is attached that the "first line of paragraph" margin width will be applied to.
There should only be one LeadingMarginSpan2 per paragraph. The leading margin line count affects all LeadingMarginSpans in the paragraph, adjusting the number of lines to which the first line margin is applied.
As with LeadingMarginSpans, LeadingMarginSpan2s should be attached from the beginning to the end of a paragraph.
Java documentation for android.text.style.LeadingMarginSpan.LeadingMarginSpan2
.
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.
Properties
Handle |
Gets the JNI value of the underlying Android object. (Inherited from IJavaObject) |
JniIdentityHashCode |
Returns the value of |
JniManagedPeerState |
State of the managed peer. (Inherited from IJavaPeerable) |
JniPeerMembers |
Member access and invocation support. (Inherited from IJavaPeerable) |
LeadingMarginLineCount |
Returns the number of lines of the paragraph to which this object is attached that the "first line" margin will apply to. |
PeerReference |
Returns a JniObjectReference of the wrapped Java object instance. (Inherited from IJavaPeerable) |
Methods
Disposed() |
Called when the instance has been disposed. (Inherited from IJavaPeerable) |
DisposeUnlessReferenced() |
If there are no outstanding references to this instance, then
calls |
DrawLeadingMargin(Canvas, Paint, Int32, Int32, Int32, Int32, Int32, ICharSequence, Int32, Int32, Boolean, Layout) |
Renders the leading margin. (Inherited from ILeadingMarginSpan) |
Finalized() |
Called when the instance has been finalized. (Inherited from IJavaPeerable) |
GetLeadingMargin(Boolean) |
Returns the amount by which to adjust the leading margin. (Inherited from ILeadingMarginSpan) |
SetJniIdentityHashCode(Int32) |
Set the value returned by |
SetJniManagedPeerState(JniManagedPeerStates) | (Inherited from IJavaPeerable) |
SetPeerReference(JniObjectReference) |
Set the value returned by |
UnregisterFromRuntime() |
Unregister this instance so that the runtime will not return it from future Java.Interop.JniRuntime+JniValueManager.PeekValue invocations. (Inherited from IJavaPeerable) |
Extension Methods
JavaCast<TResult>(IJavaObject) |
Performs an Android runtime-checked type conversion. |
DrawLeadingMargin(ILeadingMarginSpan, Canvas, Paint, Int32, Int32, Int32, Int32, Int32, String, Int32, Int32, Boolean, Layout) | |
JavaCast<TResult>(IJavaObject) | |
GetJniTypeName(IJavaPeerable) |