StringItem Protected internal class
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf.CFFFont iTextSharp.text.pdf.CFFFont.StringItem[[StringItem]] end subgraph iTextSharp.text.pdf.CFFFont/Item[[Item]] end iTextSharp.text.pdf.CFFFont/Item --> iTextSharp.text.pdf.CFFFont.StringItem
Members
Methods
Public methods
Details
Inheritance
-
Item
Constructors
StringItem
Source code
public StringItem(string s)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
s |
Methods
Increment
Source code
public override void Increment(int[] currentOffset)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
currentOffset |
Emit
Source code
public override void Emit(byte[] buffer)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
buffer |
Generated with ModularDoc