> For the complete documentation index, see [llms.txt](https://web-api.iceteagroup.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://web-api.iceteagroup.com/ppj.web.49/com/ppj.runtime.com.stdole_font.md).

# stdole\_Font

Namespace: **PPJ.Runtime.Com**

Assembly: **PPJ.Web.49** (4.9.0.0)

{% tabs %}
{% tab title="C#" %}

```csharp
public class stdole_Font : SalObject
```

{% endtab %}

{% tab title="VB.NET" %}

```visual-basic
Public Class stdole_Font
    Inherits SalObject
```

{% endtab %}
{% endtabs %}

## Constructors

### ![](/files/qoQXnPICsjBVNBSqpOj9)stdole\_Font()

## Fields

| Name            | Type                                                           | Description                     |
| --------------- | -------------------------------------------------------------- | ------------------------------- |
| **\_Interface** | [COMInterface](/ppj.web.49/com/ppj.runtime.com.stdole_font.md) | This is the real COM interface. |

## Methods

### ![](/files/qoQXnPICsjBVNBSqpOj9)PropGetBold(returnValue)

| Parameter       | Type                                                          | Description |
| --------------- | ------------------------------------------------------------- | ----------- |
| **returnValue** | [SalBoolean&](/ppj.web.49/com/ppj.runtime.com.stdole_font.md) |             |

**Returns:** [SalBoolean](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salboolean.md).

### ![](/files/qoQXnPICsjBVNBSqpOj9)PropGetCharset(returnValue)

| Parameter       | Type                                                         | Description |
| --------------- | ------------------------------------------------------------ | ----------- |
| **returnValue** | [SalNumber&](/ppj.web.49/com/ppj.runtime.com.stdole_font.md) |             |

**Returns:** [SalBoolean](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salboolean.md).

### ![](/files/qoQXnPICsjBVNBSqpOj9)PropGetItalic(returnValue)

| Parameter       | Type                                                          | Description |
| --------------- | ------------------------------------------------------------- | ----------- |
| **returnValue** | [SalBoolean&](/ppj.web.49/com/ppj.runtime.com.stdole_font.md) |             |

**Returns:** [SalBoolean](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salboolean.md).

### ![](/files/qoQXnPICsjBVNBSqpOj9)PropGetName(returnValue)

| Parameter       | Type                                                         | Description |
| --------------- | ------------------------------------------------------------ | ----------- |
| **returnValue** | [SalString&](/ppj.web.49/com/ppj.runtime.com.stdole_font.md) |             |

**Returns:** [SalBoolean](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salboolean.md).

### ![](/files/qoQXnPICsjBVNBSqpOj9)PropGetSize(returnValue)

| Parameter       | Type                                                         | Description |
| --------------- | ------------------------------------------------------------ | ----------- |
| **returnValue** | [SalNumber&](/ppj.web.49/com/ppj.runtime.com.stdole_font.md) |             |

**Returns:** [SalBoolean](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salboolean.md).

### ![](/files/qoQXnPICsjBVNBSqpOj9)PropGetStrikethrough(returnValue)

| Parameter       | Type                                                          | Description |
| --------------- | ------------------------------------------------------------- | ----------- |
| **returnValue** | [SalBoolean&](/ppj.web.49/com/ppj.runtime.com.stdole_font.md) |             |

**Returns:** [SalBoolean](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salboolean.md).

### ![](/files/qoQXnPICsjBVNBSqpOj9)PropGetUnderline(returnValue)

| Parameter       | Type                                                          | Description |
| --------------- | ------------------------------------------------------------- | ----------- |
| **returnValue** | [SalBoolean&](/ppj.web.49/com/ppj.runtime.com.stdole_font.md) |             |

**Returns:** [SalBoolean](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salboolean.md).

### ![](/files/qoQXnPICsjBVNBSqpOj9)PropGetWeight(returnValue)

| Parameter       | Type                                                         | Description |
| --------------- | ------------------------------------------------------------ | ----------- |
| **returnValue** | [SalNumber&](/ppj.web.49/com/ppj.runtime.com.stdole_font.md) |             |

**Returns:** [SalBoolean](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salboolean.md).

### ![](/files/qoQXnPICsjBVNBSqpOj9)PropSetBold(Bold)

| Parameter | Type                                                                                       | Description |
| --------- | ------------------------------------------------------------------------------------------ | ----------- |
| **Bold**  | [SalBoolean](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salboolean.md) |             |

**Returns:** [SalBoolean](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salboolean.md).

### ![](/files/qoQXnPICsjBVNBSqpOj9)PropSetCharset(Charset)

| Parameter   | Type                                                                                     | Description |
| ----------- | ---------------------------------------------------------------------------------------- | ----------- |
| **Charset** | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md) |             |

**Returns:** [SalBoolean](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salboolean.md).

### ![](/files/qoQXnPICsjBVNBSqpOj9)PropSetItalic(Italic)

| Parameter  | Type                                                                                       | Description |
| ---------- | ------------------------------------------------------------------------------------------ | ----------- |
| **Italic** | [SalBoolean](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salboolean.md) |             |

**Returns:** [SalBoolean](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salboolean.md).

### ![](/files/qoQXnPICsjBVNBSqpOj9)PropSetName(Name)

| Parameter | Type                                                                                     | Description |
| --------- | ---------------------------------------------------------------------------------------- | ----------- |
| **Name**  | [SalString](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salstring.md) |             |

**Returns:** [SalBoolean](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salboolean.md).

### ![](/files/qoQXnPICsjBVNBSqpOj9)PropSetSize(Size)

| Parameter | Type                                                                                     | Description |
| --------- | ---------------------------------------------------------------------------------------- | ----------- |
| **Size**  | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md) |             |

**Returns:** [SalBoolean](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salboolean.md).

### ![](/files/qoQXnPICsjBVNBSqpOj9)PropSetStrikethrough(Strikethrough)

| Parameter         | Type                                                                                       | Description |
| ----------------- | ------------------------------------------------------------------------------------------ | ----------- |
| **Strikethrough** | [SalBoolean](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salboolean.md) |             |

**Returns:** [SalBoolean](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salboolean.md).

### ![](/files/qoQXnPICsjBVNBSqpOj9)PropSetUnderline(Underline)

| Parameter     | Type                                                                                       | Description |
| ------------- | ------------------------------------------------------------------------------------------ | ----------- |
| **Underline** | [SalBoolean](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salboolean.md) |             |

**Returns:** [SalBoolean](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salboolean.md).

### ![](/files/qoQXnPICsjBVNBSqpOj9)PropSetWeight(Weight)

| Parameter  | Type                                                                                     | Description |
| ---------- | ---------------------------------------------------------------------------------------- | ----------- |
| **Weight** | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md) |             |

**Returns:** [SalBoolean](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salboolean.md).

## Inherited By

| Name                                                                                                  | Description |
| ----------------------------------------------------------------------------------------------------- | ----------- |
| [stdole\_StdFont](https://docs.wisej.com/extensions/ppj.web.49/com/ppj.runtime.com.stdole_stdfont.md) |             |
