ITextChunkLocation Public interface
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf.parser.LocationTextExtractionStrategy iTextSharp.text.pdf.parser.LocationTextExtractionStrategy.ITextChunkLocation[[ITextChunkLocation]] class iTextSharp.text.pdf.parser.LocationTextExtractionStrategy.ITextChunkLocation interfaceStyle; end subgraph System System.IComparable_1[[IComparable]] end System.IComparable_1 --> iTextSharp.text.pdf.parser.LocationTextExtractionStrategy.ITextChunkLocation
Members
Properties
Public properties
|
Type |
Name |
Methods |
|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Methods
Public methods
|
Returns |
Name |
|---|---|
|
|
( |
|
|
( |
|
|
( |
Details
Inheritance
-
IComparable<ITextChunkLocation>
Methods
SameLine
public bool SameLine(ITextChunkLocation other)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
other |
DistanceFromEndOf
public float DistanceFromEndOf(ITextChunkLocation other)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
other |
IsAtWordBoundary
public bool IsAtWordBoundary(ITextChunkLocation previous)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
previous |
Properties
StartLocation
public Vector StartLocation { get; }
EndLocation
public Vector EndLocation { get; }
OrientationMagnitude
public int OrientationMagnitude { get; }
DistPerpendicular
public int DistPerpendicular { get; }
DistParallelStart
public float DistParallelStart { get; }
DistParallelEnd
public float DistParallelEnd { get; }
CharSpaceWidth
public float CharSpaceWidth { get; }
Generated with ModularDoc