public class Sttb extends Object
Class and fields descriptions are quoted from [MS-DOC] -- v20121003 Word (.doc) Binary File Format; Copyright (c) 2012 Microsoft Corporation; Release: October 8, 2012
This class is internal. It content or properties may change without notice due to changes in our knowledge of internal Microsoft Word binary structures.
| Constructor and Description |
|---|
Sttb(byte[] buffer,
int startOffset) |
Sttb(int cDataLength,
byte[] buffer,
int startOffset) |
Sttb(int cDataLength,
String[] data) |
public Sttb(byte[] buffer,
int startOffset)
public Sttb(int cDataLength,
byte[] buffer,
int startOffset)
public Sttb(int cDataLength,
String[] data)
public void fillFields(byte[] buffer,
int startOffset)
public String[] getData()
public int getSize()
public byte[] serialize()
public int serialize(byte[] buffer,
int offset)
Copyright © 2019. All rights reserved.