public class RtfHeader extends Object
Holds metadata like the font and color tables
| Constructor and Description |
|---|
RtfHeader() |
| Modifier and Type | Method and Description |
|---|---|
int |
getBottomMargin() |
String |
getCharacterSet() |
int |
getCodePage() |
com.aspose.ms.System.Collections.Generic.List<com.aspose.ms.System.Drawing.Color> |
getColorTable() |
int |
getDefaultFontIndex() |
com.aspose.ms.System.Collections.Generic.Dictionary<Integer,RtfFont> |
getFontTable() |
RtfInfo |
getInfo() |
int |
getLeftMargin() |
int |
getPageHeight() |
int |
getPageWidth() |
int |
getRightMargin() |
int |
getRtfVersion() |
com.aspose.ms.System.Collections.Generic.Dictionary<Integer,RtfStyle> |
getStyles() |
int |
getTopMargin() |
void |
setBottomMargin(int value) |
void |
setCharacterSet(String value) |
void |
setCodePage(int value) |
void |
setDefaultFontIndex(int value) |
void |
setInfo(RtfInfo value) |
void |
setLeftMargin(int value) |
void |
setPageHeight(int value) |
void |
setPageWidth(int value) |
void |
setRightMargin(int value) |
void |
setRtfVersion(int value) |
void |
setTopMargin(int value) |
public final int getRtfVersion()
public final void setRtfVersion(int value)
public final String getCharacterSet()
public final void setCharacterSet(String value)
public final int getCodePage()
public final void setCodePage(int value)
public final int getDefaultFontIndex()
public final void setDefaultFontIndex(int value)
public final com.aspose.ms.System.Collections.Generic.Dictionary<Integer,RtfFont> getFontTable()
public final com.aspose.ms.System.Collections.Generic.List<com.aspose.ms.System.Drawing.Color> getColorTable()
public final com.aspose.ms.System.Collections.Generic.Dictionary<Integer,RtfStyle> getStyles()
public final RtfInfo getInfo()
public final void setInfo(RtfInfo value)
public final int getPageWidth()
public final void setPageWidth(int value)
public final int getPageHeight()
public final void setPageHeight(int value)
public final int getLeftMargin()
public final void setLeftMargin(int value)
public final int getRightMargin()
public final void setRightMargin(int value)
public final int getTopMargin()
public final void setTopMargin(int value)
public final int getBottomMargin()
public final void setBottomMargin(int value)
Copyright © 2026 Aspose. All Rights Reserved.