C# 클래스 iTextSharp.text.pdf.CFFFont.StringItem

상속: System.Item
파일 보기 프로젝트 열기: mapo80/iTextSharp-Monotouch

공개 프로퍼티들

프로퍼티 타입 설명
s String

공개 메소드들

메소드 설명
Emit ( byte buffer ) : void
Increment ( int currentOffset ) : void
StringItem ( String s ) : System

메소드 상세

Emit() 공개 메소드

public Emit ( byte buffer ) : void
buffer byte
리턴 void

Increment() 공개 메소드

public Increment ( int currentOffset ) : void
currentOffset int
리턴 void

StringItem() 공개 메소드

public StringItem ( String s ) : System
s String
리턴 System

프로퍼티 상세

s 공개적으로 프로퍼티

public String s
리턴 String