Table of Contents

Class PDLayoutAttributeObject

Namespace
Org.Apache.Pdfbox.Pdmodel.Documentinterchange.Taggedpdf
Assembly
MASES.NetPDF.dll
public class PDLayoutAttributeObject : PDStandardAttributeObject, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ICOSObjectable
Inheritance
JVMBridgeBase
JVMBridgeBase<COSObjectable>
PDLayoutAttributeObject
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Derived
Inherited Members
JVMBridgeBase<COSObjectable>.IsAssignableFrom(IJavaType)
JVMBridgeBase<COSObjectable>.IsAssignableFrom<T>()
JVMBridgeBase<COSObjectable>.Execute<T>(params T[])
JVMBridgeBase<COSObjectable>.DynBridgeClazz
JVMBridgeBase<COSObjectable>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener

Constructors

PDLayoutAttributeObject()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public PDLayoutAttributeObject()

PDLayoutAttributeObject(COSDictionary)

public PDLayoutAttributeObject(COSDictionary arg0)

Parameters

arg0 COSDictionary

COSDictionary

PDLayoutAttributeObject(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public PDLayoutAttributeObject(params object[] args)

Parameters

args object[]

Properties

BBox

public PDRectangle BBox { get; set; }

Property Value

PDRectangle

BLOCK_ALIGN_AFTER

public static String BLOCK_ALIGN_AFTER { get; }

Property Value

String

BLOCK_ALIGN_BEFORE

public static String BLOCK_ALIGN_BEFORE { get; }

Property Value

String

BLOCK_ALIGN_JUSTIFY

public static String BLOCK_ALIGN_JUSTIFY { get; }

Property Value

String

BLOCK_ALIGN_MIDDLE

public static String BLOCK_ALIGN_MIDDLE { get; }

Property Value

String

BORDER_STYLE_DASHED

public static String BORDER_STYLE_DASHED { get; }

Property Value

String

BORDER_STYLE_DOTTED

public static String BORDER_STYLE_DOTTED { get; }

Property Value

String

BORDER_STYLE_DOUBLE

public static String BORDER_STYLE_DOUBLE { get; }

Property Value

String

BORDER_STYLE_GROOVE

public static String BORDER_STYLE_GROOVE { get; }

Property Value

String

BORDER_STYLE_HIDDEN

public static String BORDER_STYLE_HIDDEN { get; }

Property Value

String

BORDER_STYLE_INSET

public static String BORDER_STYLE_INSET { get; }

Property Value

String

BORDER_STYLE_NONE

public static String BORDER_STYLE_NONE { get; }

Property Value

String

BORDER_STYLE_OUTSET

public static String BORDER_STYLE_OUTSET { get; }

Property Value

String

BORDER_STYLE_RIDGE

public static String BORDER_STYLE_RIDGE { get; }

Property Value

String

BORDER_STYLE_SOLID

public static String BORDER_STYLE_SOLID { get; }

Property Value

String

BackgroundColor

public PDGamma BackgroundColor { get; set; }

Property Value

PDGamma

BaselineShift

public float BaselineShift { get; }

Property Value

float

BlockAlign

public String BlockAlign { get; set; }

Property Value

String

BorderColors

public object BorderColors { get; set; }

Property Value

object

BorderStyle

public object BorderStyle { get; }

Property Value

object

BorderThickness

public object BorderThickness { get; }

Property Value

object

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

Color

public PDGamma Color { get; set; }

Property Value

PDGamma

ColumnCount

public int ColumnCount { get; set; }

Property Value

int

ColumnGap

public object ColumnGap { get; }

Property Value

object

ColumnWidths

public object ColumnWidths { get; set; }

Property Value

object

EndIndent

public float EndIndent { get; }

Property Value

float

GLYPH_ORIENTATION_VERTICAL_180_DEGREES

public static String GLYPH_ORIENTATION_VERTICAL_180_DEGREES { get; }

Property Value

String

GLYPH_ORIENTATION_VERTICAL_270_DEGREES

public static String GLYPH_ORIENTATION_VERTICAL_270_DEGREES { get; }

Property Value

String

GLYPH_ORIENTATION_VERTICAL_360_DEGREES

public static String GLYPH_ORIENTATION_VERTICAL_360_DEGREES { get; }

Property Value

String

GLYPH_ORIENTATION_VERTICAL_90_DEGREES

public static String GLYPH_ORIENTATION_VERTICAL_90_DEGREES { get; }

Property Value

String

GLYPH_ORIENTATION_VERTICAL_AUTO

public static String GLYPH_ORIENTATION_VERTICAL_AUTO { get; }

Property Value

String

GLYPH_ORIENTATION_VERTICAL_MINUS_180_DEGREES

public static String GLYPH_ORIENTATION_VERTICAL_MINUS_180_DEGREES { get; }

Property Value

String

GLYPH_ORIENTATION_VERTICAL_MINUS_90_DEGREES

public static String GLYPH_ORIENTATION_VERTICAL_MINUS_90_DEGREES { get; }

Property Value

String

GLYPH_ORIENTATION_VERTICAL_ZERO_DEGREES

public static String GLYPH_ORIENTATION_VERTICAL_ZERO_DEGREES { get; }

Property Value

String

GlyphOrientationVertical

public String GlyphOrientationVertical { get; set; }

Property Value

String

HEIGHT_AUTO

public static String HEIGHT_AUTO { get; }

Property Value

String

Height

public object Height { get; }

Property Value

object

INLINE_ALIGN_CENTER

public static String INLINE_ALIGN_CENTER { get; }

Property Value

String

INLINE_ALIGN_END

public static String INLINE_ALIGN_END { get; }

Property Value

String

INLINE_ALIGN_START

public static String INLINE_ALIGN_START { get; }

Property Value

String

InlineAlign

public String InlineAlign { get; set; }

Property Value

String

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

LINE_HEIGHT_AUTO

public static String LINE_HEIGHT_AUTO { get; }

Property Value

String

LINE_HEIGHT_NORMAL

public static String LINE_HEIGHT_NORMAL { get; }

Property Value

String

LineHeight

public object LineHeight { get; }

Property Value

object

OWNER_LAYOUT

public static String OWNER_LAYOUT { get; }

Property Value

String

PLACEMENT_BEFORE

public static String PLACEMENT_BEFORE { get; }

Property Value

String

PLACEMENT_BLOCK

public static String PLACEMENT_BLOCK { get; }

Property Value

String

PLACEMENT_END

public static String PLACEMENT_END { get; }

Property Value

String

PLACEMENT_INLINE

public static String PLACEMENT_INLINE { get; }

Property Value

String

PLACEMENT_START

public static String PLACEMENT_START { get; }

Property Value

String

Padding

public object Padding { get; }

Property Value

object

Placement

public String Placement { get; set; }

Property Value

String

RUBY_ALIGN_CENTER

public static String RUBY_ALIGN_CENTER { get; }

Property Value

String

RUBY_ALIGN_DISTRIBUTE

public static String RUBY_ALIGN_DISTRIBUTE { get; }

Property Value

String

RUBY_ALIGN_END

public static String RUBY_ALIGN_END { get; }

Property Value

String

RUBY_ALIGN_JUSTIFY

public static String RUBY_ALIGN_JUSTIFY { get; }

Property Value

String

RUBY_ALIGN_START

public static String RUBY_ALIGN_START { get; }

Property Value

String

RUBY_POSITION_AFTER

public static String RUBY_POSITION_AFTER { get; }

Property Value

String

RUBY_POSITION_BEFORE

public static String RUBY_POSITION_BEFORE { get; }

Property Value

String

RUBY_POSITION_INLINE

public static String RUBY_POSITION_INLINE { get; }

Property Value

String

RUBY_POSITION_WARICHU

public static String RUBY_POSITION_WARICHU { get; }

Property Value

String

RubyAlign

public String RubyAlign { get; set; }

Property Value

String

RubyPosition

public String RubyPosition { get; set; }

Property Value

String

SpaceAfter

public float SpaceAfter { get; }

Property Value

float

SpaceBefore

public float SpaceBefore { get; }

Property Value

float

StartIndent

public float StartIndent { get; }

Property Value

float

TBorderStyle

public object TBorderStyle { get; }

Property Value

object

TEXT_ALIGN_CENTER

public static String TEXT_ALIGN_CENTER { get; }

Property Value

String

TEXT_ALIGN_END

public static String TEXT_ALIGN_END { get; }

Property Value

String

TEXT_ALIGN_JUSTIFY

public static String TEXT_ALIGN_JUSTIFY { get; }

Property Value

String

TEXT_ALIGN_START

public static String TEXT_ALIGN_START { get; }

Property Value

String

TEXT_DECORATION_TYPE_LINE_THROUGH

public static String TEXT_DECORATION_TYPE_LINE_THROUGH { get; }

Property Value

String

TEXT_DECORATION_TYPE_NONE

public static String TEXT_DECORATION_TYPE_NONE { get; }

Property Value

String

TEXT_DECORATION_TYPE_OVERLINE

public static String TEXT_DECORATION_TYPE_OVERLINE { get; }

Property Value

String

TEXT_DECORATION_TYPE_UNDERLINE

public static String TEXT_DECORATION_TYPE_UNDERLINE { get; }

Property Value

String

TPadding

public object TPadding { get; }

Property Value

object

TextAlign

public String TextAlign { get; set; }

Property Value

String

TextDecorationColor

public PDGamma TextDecorationColor { get; set; }

Property Value

PDGamma

TextDecorationThickness

public float TextDecorationThickness { get; }

Property Value

float

TextDecorationType

public String TextDecorationType { get; set; }

Property Value

String

TextIndent

public float TextIndent { get; }

Property Value

float

WIDTH_AUTO

public static String WIDTH_AUTO { get; }

Property Value

String

WRITING_MODE_LRTB

public static String WRITING_MODE_LRTB { get; }

Property Value

String

WRITING_MODE_RLTB

public static String WRITING_MODE_RLTB { get; }

Property Value

String

WRITING_MODE_TBRL

public static String WRITING_MODE_TBRL { get; }

Property Value

String

Width

public object Width { get; }

Property Value

object

WritingMode

public String WritingMode { get; set; }

Property Value

String

Methods

SetAllBorderColors(PDGamma)

public void SetAllBorderColors(PDGamma arg0)

Parameters

arg0 PDGamma

PDGamma

SetAllBorderStyles(String)

public void SetAllBorderStyles(String arg0)

Parameters

arg0 String

String

SetAllBorderThicknesses(int)

public void SetAllBorderThicknesses(int arg0)

Parameters

arg0 int

int

SetAllBorderThicknesses(float)

public void SetAllBorderThicknesses(float arg0)

Parameters

arg0 float

float

SetAllColumnWidths(int)

public void SetAllColumnWidths(int arg0)

Parameters

arg0 int

int

SetAllColumnWidths(float)

public void SetAllColumnWidths(float arg0)

Parameters

arg0 float

float

SetAllPaddings(int)

public void SetAllPaddings(int arg0)

Parameters

arg0 int

int

SetAllPaddings(float)

public void SetAllPaddings(float arg0)

Parameters

arg0 float

float

SetAllTBorderStyles(String)

public void SetAllTBorderStyles(String arg0)

Parameters

arg0 String

String

SetAllTPaddings(int)

public void SetAllTPaddings(int arg0)

Parameters

arg0 int

int

SetAllTPaddings(float)

public void SetAllTPaddings(float arg0)

Parameters

arg0 float

float

SetBaselineShift(int)

public void SetBaselineShift(int arg0)

Parameters

arg0 int

int

SetBaselineShift(float)

public void SetBaselineShift(float arg0)

Parameters

arg0 float

float

SetBorderStyles(String[])

public void SetBorderStyles(String[] arg0)

Parameters

arg0 String[]

String

SetBorderThicknesses(float[])

public void SetBorderThicknesses(float[] arg0)

Parameters

arg0 float[]

float

SetColumnGap(int)

public void SetColumnGap(int arg0)

Parameters

arg0 int

int

SetColumnGap(float)

public void SetColumnGap(float arg0)

Parameters

arg0 float

float

SetColumnGaps(float[])

public void SetColumnGaps(float[] arg0)

Parameters

arg0 float[]

float

SetEndIndent(int)

public void SetEndIndent(int arg0)

Parameters

arg0 int

int

SetEndIndent(float)

public void SetEndIndent(float arg0)

Parameters

arg0 float

float

SetHeight(int)

public void SetHeight(int arg0)

Parameters

arg0 int

int

SetHeight(float)

public void SetHeight(float arg0)

Parameters

arg0 float

float

SetHeightAuto()

public void SetHeightAuto()

SetLineHeight(int)

public void SetLineHeight(int arg0)

Parameters

arg0 int

int

SetLineHeight(float)

public void SetLineHeight(float arg0)

Parameters

arg0 float

float

SetLineHeightAuto()

public void SetLineHeightAuto()

SetLineHeightNormal()

public void SetLineHeightNormal()

SetPaddings(float[])

public void SetPaddings(float[] arg0)

Parameters

arg0 float[]

float

SetSpaceAfter(int)

public void SetSpaceAfter(int arg0)

Parameters

arg0 int

int

SetSpaceAfter(float)

public void SetSpaceAfter(float arg0)

Parameters

arg0 float

float

SetSpaceBefore(int)

public void SetSpaceBefore(int arg0)

Parameters

arg0 int

int

SetSpaceBefore(float)

public void SetSpaceBefore(float arg0)

Parameters

arg0 float

float

SetStartIndent(int)

public void SetStartIndent(int arg0)

Parameters

arg0 int

int

SetStartIndent(float)

public void SetStartIndent(float arg0)

Parameters

arg0 float

float

SetTBorderStyles(String[])

public void SetTBorderStyles(String[] arg0)

Parameters

arg0 String[]

String

SetTPaddings(float[])

public void SetTPaddings(float[] arg0)

Parameters

arg0 float[]

float

SetTextDecorationThickness(int)

public void SetTextDecorationThickness(int arg0)

Parameters

arg0 int

int

SetTextDecorationThickness(float)

public void SetTextDecorationThickness(float arg0)

Parameters

arg0 float

float

SetTextIndent(int)

public void SetTextIndent(int arg0)

Parameters

arg0 int

int

SetTextIndent(float)

public void SetTextIndent(float arg0)

Parameters

arg0 float

float

SetWidth(int)

public void SetWidth(int arg0)

Parameters

arg0 int

int

SetWidth(float)

public void SetWidth(float arg0)

Parameters

arg0 float

float

SetWidthAuto()

public void SetWidthAuto()